diff options
author | Clement Laforet <clement@FreeBSD.org> | 2006-01-17 09:40:53 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2006-01-17 09:40:53 +0000 |
commit | 4b2f11fc9c4b30e61478134338f48f44dbd70349 (patch) | |
tree | cb29a2ad0d49614ffe4c40b86143cab259ac8235 /www/apache22 | |
parent | 89567c18331867ae08ae79d8ecf596db00483665 (diff) | |
download | ports-4b2f11fc9c4b30e61478134338f48f44dbd70349.tar.gz ports-4b2f11fc9c4b30e61478134338f48f44dbd70349.zip |
Notes
Diffstat (limited to 'www/apache22')
-rw-r--r-- | www/apache22/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/www/apache22/Makefile b/www/apache22/Makefile index 4365230625d5..fef948d3b06c 100644 --- a/www/apache22/Makefile +++ b/www/apache22/Makefile @@ -143,8 +143,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 |