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/apache21 | |
parent | Update to 2.485. Assign maintainer to perl@. (diff) |
- Finish cleanups and fix build with threads enables.
Diffstat (limited to 'www/apache21')
-rw-r--r-- | www/apache21/Makefile | 2 |
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 |