diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-12-21 15:28:06 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-12-21 15:28:06 +0000 |
commit | da9963595a5f4d6c2ea78fdf8ceaf24a7ea13336 (patch) | |
tree | ed542fac1c8b5ec13730ae6af2998946af084776 /www | |
parent | 4598737fb0714e5c6a6903d84ae7dcc183acfe96 (diff) | |
download | ports-da9963595a5f4d6c2ea78fdf8ceaf24a7ea13336.tar.gz ports-da9963595a5f4d6c2ea78fdf8ceaf24a7ea13336.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_php4/Makefile | 2 | ||||
-rw-r--r-- | www/mod_php5/Makefile | 2 |
2 files changed, 4 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}" \ diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile index 9e75e8f9c267..83d2da2b0352 100644 --- a/www/mod_php5/Makefile +++ b/www/mod_php5/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}" \ |