diff options
author | marino <marino@FreeBSD.org> | 2015-03-25 16:30:27 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-03-25 16:30:27 +0800 |
commit | 12a3d18ba54eb521226a4ec0ed2aecfbcfcb24a8 (patch) | |
tree | 123ddeae4f07536b3d89acc6409ce124aa06d373 /security/tor | |
parent | e59c5e2e130d16dc7ae04b960115c07010eaed3a (diff) | |
download | freebsd-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/Makefile | 3 |
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 |