aboutsummaryrefslogtreecommitdiff
path: root/www/apache21/Makefile.modules
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2006-01-15 18:58:38 +0000
committerClement Laforet <clement@FreeBSD.org>2006-01-15 18:58:38 +0000
commitc5d4c969c8fd1e64cfee5dfdd8b3402d335114ea (patch)
tree3984993639b14fb0df67890bc349795bedf9a88a /www/apache21/Makefile.modules
parent236bc34aee98227b2d85e9f190e8edb1bae4156b (diff)
downloadports-c5d4c969c8fd1e64cfee5dfdd8b3402d335114ea.tar.gz
ports-c5d4c969c8fd1e64cfee5dfdd8b3402d335114ea.zip
Cleanups and fixes
- remove useless options (and fix thread stuff) [1] - move print-closest-mirror to bsd.apache.mk - move threads configure options out of Makefile.modules - Fix stupid logic to disable v4mapped address [2] - and more... Submitted/spotted by: many, Hirohisa Yamaguchi <umq@ueo.co.jp> [1] ume[2] PR: ports/91813 [1]
Notes
Notes: svn path=/head/; revision=153583
Diffstat (limited to 'www/apache21/Makefile.modules')
-rw-r--r--www/apache21/Makefile.modules13
1 files changed, 0 insertions, 13 deletions
diff --git a/www/apache21/Makefile.modules b/www/apache21/Makefile.modules
index ad2f4e5955da..2e45c480acab 100644
--- a/www/apache21/Makefile.modules
+++ b/www/apache21/Makefile.modules
@@ -94,19 +94,6 @@ IGNORE= "Unknown DBM"
CONFIGURE_ARGS+= --with-dbm=sdbm
.endif
-.if defined(WITH_THREADS)
-CONFIGURE_ARGS+= --enable-threads
-. if ${WITH_PTHREAD_LIBS} != "c_r" && ${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
-. else
-CFLAGS+= -DFREEBSD_THREAD_HACK
-. endif
-.endif
-
.if !defined(WITHOUT_SSL)
WITH_SSL_MODULES= yes
CONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE}