aboutsummaryrefslogtreecommitdiffstats
path: root/security/tor/Makefile
diff options
context:
space:
mode:
authorbf <bf@FreeBSD.org>2011-09-17 12:39:51 +0800
committerbf <bf@FreeBSD.org>2011-09-17 12:39:51 +0800
commit9f134040fc42b7517c9f2c5de34c53194227f356 (patch)
treea6e302c70adf1bf4ddfa91135fa77f8f004d39ac /security/tor/Makefile
parentab5012c537b7a25354bb706909c3a50cad1e7521 (diff)
downloadfreebsd-ports-gnome-9f134040fc42b7517c9f2c5de34c53194227f356.tar.gz
freebsd-ports-gnome-9f134040fc42b7517c9f2c5de34c53194227f356.tar.zst
freebsd-ports-gnome-9f134040fc42b7517c9f2c5de34c53194227f356.zip
update to 0.2.2.33
Diffstat (limited to 'security/tor/Makefile')
-rw-r--r--security/tor/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/tor/Makefile b/security/tor/Makefile
index cb8e47caa731..a8967f596db7 100644
--- a/security/tor/Makefile
+++ b/security/tor/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= tor
-DISTVERSION= 0.2.2.32
-PORTREVISION= 1
+DISTVERSION= 0.2.2.33
CATEGORIES= security net ipv6
MASTER_SITES= https://www.torproject.org/dist/ \
ftp://ftp.bit.nl/mirror/tor/ \
@@ -72,7 +71,7 @@ MAN1= tor.1 tor-resolve.1 torify.1 tor-gencert.1
.if ( (${OSVERSION} >= 703100 && ${OSVERSION} < 800000) || \
(${OSVERSION} >= 800500 && ${OSVERSION} < 900000) || \
-(${OSVERSION} >= 900003) ) && !defined(USE_GCC)
+(${OSVERSION} >= 900003) ) && !defined(USE_GCC) && empty(CC:M*gcc4*)
CONFIGURE_ARGS+= --enable-gcc-hardening
.endif