aboutsummaryrefslogtreecommitdiffstats
path: root/www/apache22
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2005-12-10 19:53:01 +0800
committerclement <clement@FreeBSD.org>2005-12-10 19:53:01 +0800
commit0f63d8855b2a041afe2cc954be16c14e6a5fbfae (patch)
tree44070183ac82285c18f246b25fffce6a9665d515 /www/apache22
parent7291e87959f89b474963f43108c8973d0225d83e (diff)
downloadfreebsd-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/Makefile1
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/-//}