aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2006-01-17 17:40:53 +0800
committerclement <clement@FreeBSD.org>2006-01-17 17:40:53 +0800
commit7755f0bf5f29ef94865fe558e7e88ef0fd5516a7 (patch)
tree4bb72ad7c0a0f7c07d4646314de75d1333f67a1b /www
parent2da9bcfde716508f003570815dd162e1c637d529 (diff)
downloadfreebsd-ports-gnome-7755f0bf5f29ef94865fe558e7e88ef0fd5516a7.tar.gz
freebsd-ports-gnome-7755f0bf5f29ef94865fe558e7e88ef0fd5516a7.tar.zst
freebsd-ports-gnome-7755f0bf5f29ef94865fe558e7e88ef0fd5516a7.zip
- Finish cleanups and fix build with threads enables.
Diffstat (limited to 'www')
-rw-r--r--www/apache20/Makefile2
-rw-r--r--www/apache21/Makefile2
-rw-r--r--www/apache22/Makefile2
3 files changed, 0 insertions, 6 deletions
diff --git a/www/apache20/Makefile b/www/apache20/Makefile
index b6d8f8b1bd70..7a60fa978bf2 100644
--- a/www/apache20/Makefile
+++ b/www/apache20/Makefile
@@ -151,8 +151,6 @@ IGNORE= : apr from ports (WITH_APR_FROM_PORTS) is no longer supported
.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
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
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