diff options
author | clement <clement@FreeBSD.org> | 2006-01-17 09:40:53 +0000 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2006-01-17 09:40:53 +0000 |
commit | 7755f0bf5f29ef94865fe558e7e88ef0fd5516a7 (patch) | |
tree | 4bb72ad7c0a0f7c07d4646314de75d1333f67a1b /www/apache22 | |
parent | 2da9bcfde716508f003570815dd162e1c637d529 (diff) | |
download | FreeBSD-ports-7755f0bf5f29ef94865fe558e7e88ef0fd5516a7.zip FreeBSD-ports-7755f0bf5f29ef94865fe558e7e88ef0fd5516a7.tar.gz |
- Finish cleanups and fix build with threads enables.
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 4365230..fef948d 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 |