aboutsummaryrefslogtreecommitdiff
path: root/www/apache22
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2013-02-07 12:37:48 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2013-02-07 12:37:48 +0000
commit2ad92eab941d8bd35f72240b5b91c4b980c9f370 (patch)
tree4a9b0f7a86a869936906241e211d87ca2346121e /www/apache22
parent48c300ed7fb454f7a0142586e99a5bd9dcb7b135 (diff)
downloadports-2ad92eab941d8bd35f72240b5b91c4b980c9f370.tar.gz
ports-2ad92eab941d8bd35f72240b5b91c4b980c9f370.zip
Notes
Diffstat (limited to 'www/apache22')
-rw-r--r--www/apache22/Makefile.modules3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/apache22/Makefile.modules b/www/apache22/Makefile.modules
index 6656749f7125..6f6d2f6423c8 100644
--- a/www/apache22/Makefile.modules
+++ b/www/apache22/Makefile.modules
@@ -137,8 +137,7 @@ IGNORE= AUTH_BASIC need at last one AUTHZ provider
.endif
.if defined(APR_HAS_THREADS)
-CFLAGS+= ${PTHREAD_CFLAGS}
-LDFLAGS+= ${PTHREAD_LIBS}
+LDFLAGS+= -pthread
.else
. if exists(${APR_CONFIG}) && ${PORT_OPTIONS:MMEM_CACHE}
IGNORE= MEM_CACHE requires APR threads. Please rebuild APR with THREAD support