diff options
Diffstat (limited to 'www/mod_cplusplus/Makefile')
-rw-r--r-- | www/mod_cplusplus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_cplusplus/Makefile b/www/mod_cplusplus/Makefile index 2090f0d024f7..5338a4d03052 100644 --- a/www/mod_cplusplus/Makefile +++ b/www/mod_cplusplus/Makefile @@ -18,7 +18,7 @@ COMMENT= Apache module for loading C++ objects as handlers MAKE_JOBS_SAFE= yes USE_APACHE= 2.0+ -USE_AUTOTOOLS= autoconf:268 autoheader:268 libtool:22 automake:111 aclocal:111 +USE_AUTOTOOLS= autoconf autoheader libtool automake aclocal CFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes |