aboutsummaryrefslogtreecommitdiff
path: root/security/tor-devel
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-09-22 05:37:25 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-09-22 05:37:25 +0000
commit165a836e8aad8369156e3f442b0b7478b68473f0 (patch)
treecd69088d10829f9a5dcae6b0dcb061e476e0ecc2 /security/tor-devel
parentaecf049634efea8555a526b9072fbb9f0a7c2a89 (diff)
downloadports-165a836e8aad8369156e3f442b0b7478b68473f0.tar.gz
ports-165a836e8aad8369156e3f442b0b7478b68473f0.zip
security/tor-devel: Replace --with-tcmalloc with --with-malloc=tcmalloc
PR: 231546 Reported by: Vinícius Zavam <egypcio@googlemail.com>
Notes
Notes: svn path=/head/; revision=480341
Diffstat (limited to 'security/tor-devel')
-rw-r--r--security/tor-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile
index c944f48b3789..a8ad3e1dc81f 100644
--- a/security/tor-devel/Makefile
+++ b/security/tor-devel/Makefile
@@ -89,7 +89,7 @@ TOR_ZSTD_LIBS= -lzstd
.endif
.if ${PORT_OPTIONS:MTCMALLOC}
-CONFIGURE_ARGS+= --with-tcmalloc
+CONFIGURE_ARGS+= --with-malloc=tcmalloc
.if ${PORT_OPTIONS:MSTATIC_TOR}
BUILD_DEPENDS+= ${LOCALBASE}/lib/libtcmalloc.a:devel/google-perftools
.else