diff options
author | clement <clement@FreeBSD.org> | 2005-12-10 19:53:01 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2005-12-10 19:53:01 +0800 |
commit | 0f63d8855b2a041afe2cc954be16c14e6a5fbfae (patch) | |
tree | 44070183ac82285c18f246b25fffce6a9665d515 /www/apache22 | |
parent | 7291e87959f89b474963f43108c8973d0225d83e (diff) | |
download | freebsd-ports-gnome-0f63d8855b2a041afe2cc954be16c14e6a5fbfae.tar.gz freebsd-ports-gnome-0f63d8855b2a041afe2cc954be16c14e6a5fbfae.tar.zst freebsd-ports-gnome-0f63d8855b2a041afe2cc954be16c14e6a5fbfae.zip |
- Don't forget to add USE_BUNDLED_APR to CONFIGURE_ENV
Diffstat (limited to 'www/apache22')
-rw-r--r-- | www/apache22/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/apache22/Makefile b/www/apache22/Makefile index f3d0046a5ff3..4398b55a7048 100644 --- a/www/apache22/Makefile +++ b/www/apache22/Makefile @@ -138,6 +138,7 @@ CONFIGURE_ENV+= LTFLAGS="--tag=CXX" .else PLIST_SUB+= APR_PORTS="" CONFLICTS+= apr-1.* +CONFIGURE_ENV+= USE_BUNDLED_APR=YES .endif WITH_PTHREAD_LIBS?= ${PTHREAD_LIBS:S/-l//:S/-//} |