diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-05-13 08:54:57 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-05-13 08:54:57 +0800 |
commit | 89688c822e368874cf749c1d0d49f29b1e4a0004 (patch) | |
tree | 6f8a02a9b694274d00a48a1b0cdc9962fdcfc4d2 /www/mod_cplusplus | |
parent | afe35432d72f9b2cbd6e6f08c647e9c2e47a4169 (diff) | |
download | freebsd-ports-gnome-89688c822e368874cf749c1d0d49f29b1e4a0004.tar.gz freebsd-ports-gnome-89688c822e368874cf749c1d0d49f29b1e4a0004.tar.zst freebsd-ports-gnome-89688c822e368874cf749c1d0d49f29b1e4a0004.zip |
- Chase the www/apache20 conversion to devel/pcre only.
Reported by: pointyhat via pav, erwin
With Hat: apache@
Diffstat (limited to 'www/mod_cplusplus')
-rw-r--r-- | www/mod_cplusplus/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/mod_cplusplus/Makefile b/www/mod_cplusplus/Makefile index c928dd6d78a3..d34d0ef81553 100644 --- a/www/mod_cplusplus/Makefile +++ b/www/mod_cplusplus/Makefile @@ -17,6 +17,7 @@ MAKE_JOBS_SAFE= yes USE_APACHE= 2.0+ USE_AUTOTOOLS= autoconf:262 autoheader:262 libtool:22 automake:19 aclocal:19 +CFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-apxs=${APXS} |