aboutsummaryrefslogtreecommitdiffstats
path: root/security/tor
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2015-03-25 16:30:27 +0800
committermarino <marino@FreeBSD.org>2015-03-25 16:30:27 +0800
commit12a3d18ba54eb521226a4ec0ed2aecfbcfcb24a8 (patch)
tree123ddeae4f07536b3d89acc6409ce124aa06d373 /security/tor
parente59c5e2e130d16dc7ae04b960115c07010eaed3a (diff)
downloadfreebsd-ports-gnome-12a3d18ba54eb521226a4ec0ed2aecfbcfcb24a8.tar.gz
freebsd-ports-gnome-12a3d18ba54eb521226a4ec0ed2aecfbcfcb24a8.tar.zst
freebsd-ports-gnome-12a3d18ba54eb521226a4ec0ed2aecfbcfcb24a8.zip
security category: Remove $PTHREAD_LIBS
approved by: PTHREAD blanket
Diffstat (limited to 'security/tor')
-rw-r--r--security/tor/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/security/tor/Makefile b/security/tor/Makefile
index dd77adeca2de..2e6d4d736b6c 100644
--- a/security/tor/Makefile
+++ b/security/tor/Makefile
@@ -106,7 +106,6 @@ LIB_DEPENDS+= libtcmalloc.so:${PORTSDIR}/devel/google-perftools
.if ${PORT_OPTIONS:MTHREADS}
CONFIGURE_ARGS+= --enable-threads
-CFLAGS+= ${PTHREAD_CFLAGS}
.else
CONFIGURE_ARGS+= --disable-threads
.endif
@@ -127,8 +126,6 @@ post-patch:
${WRKSRC}/configure
post-configure:
- @${FIND} -X ${WRKSRC} -type f -name Makefile | ${XARGS} ${REINPLACE_CMD} -e \
- "s|-lpthread|${PTHREAD_LIBS}|g"
@${REINPLACE_CMD} -e '\|^nodist_man1_MANS =|s|$$|$$(install_mans:=.1)|' \
${WRKSRC}/Makefile