diff options
Diffstat (limited to 'www/mod_php4')
-rw-r--r-- | www/mod_php4/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile index 9e75e8f9c267..83d2da2b0352 100644 --- a/www/mod_php4/Makefile +++ b/www/mod_php4/Makefile @@ -57,6 +57,8 @@ CONFIGURE_ARGS+=--enable-versioning \ --without-gd \ --without-mysql +CFLAGS+= -I${PREFIX}/include + SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ TOUCH="${TOUCH}" \ MKDIR="${MKDIR}" \ |