aboutsummaryrefslogtreecommitdiff
path: root/www/apache21/Makefile
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2006-01-17 09:40:53 +0000
committerClement Laforet <clement@FreeBSD.org>2006-01-17 09:40:53 +0000
commit4b2f11fc9c4b30e61478134338f48f44dbd70349 (patch)
treecb29a2ad0d49614ffe4c40b86143cab259ac8235 /www/apache21/Makefile
parent89567c18331867ae08ae79d8ecf596db00483665 (diff)
downloadports-4b2f11fc9c4b30e61478134338f48f44dbd70349.tar.gz
ports-4b2f11fc9c4b30e61478134338f48f44dbd70349.zip
Notes
Diffstat (limited to 'www/apache21/Makefile')
-rw-r--r--www/apache21/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/www/apache21/Makefile b/www/apache21/Makefile
index e86c2482d708..a804263262df 100644
--- a/www/apache21/Makefile
+++ b/www/apache21/Makefile
@@ -146,8 +146,6 @@ CONFIGURE_ENV+= USE_BUNDLED_APR=YES
.if defined(WITH_THREADS)
CONFIGURE_ARGS+= --enable-threads
. if ${OSVERSION} > 500023
-CONFIGURE_ENV+= apr_cv_pthreads_lib=-l${WITH_PTHREAD_LIBS} \
- apr_cv_pthreads_cflags=${WITH_PTHREAD_CFLAGS}
. if ${ARCH} == i386
CONFIGURE_ARGS+= --enable-nonportable-atomics
. endif