aboutsummaryrefslogtreecommitdiff
path: root/www/squid32
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/squid32
parent48c300ed7fb454f7a0142586e99a5bd9dcb7b135 (diff)
downloadports-2ad92eab941d8bd35f72240b5b91c4b980c9f370.tar.gz
ports-2ad92eab941d8bd35f72240b5b91c4b980c9f370.zip
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: www)
Approved by: portmgr
Notes
Notes: svn path=/head/; revision=311829
Diffstat (limited to 'www/squid32')
-rw-r--r--www/squid32/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/squid32/Makefile b/www/squid32/Makefile
index c61166053bed..df82c96ad469 100644
--- a/www/squid32/Makefile
+++ b/www/squid32/Makefile
@@ -338,8 +338,7 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-src-cf.data.pre.aufs
.endif
# Nil aufs threads is default, set any other value via SQUID_CONFIGURE_ARGS,
# e.g. SQUID_CONFIGURE_ARGS=--with-aufs-threads=N
-CFLAGS+= ${PTHREAD_CFLAGS}
-LDFLAGS+= ${PTHREAD_LIBS}
+LDFLAGS+= -pthread
.else
CONFIGURE_ARGS+= --without-pthreads
.endif