aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/vidalia
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/vidalia')
-rw-r--r--net-mgmt/vidalia/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/net-mgmt/vidalia/Makefile b/net-mgmt/vidalia/Makefile
index e456ed1d68a5..19800c177e2a 100644
--- a/net-mgmt/vidalia/Makefile
+++ b/net-mgmt/vidalia/Makefile
@@ -43,6 +43,12 @@ OPTIONS= TOR_DEVEL "Depend on tor-devel" On \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 600000
+.if ${ARCH} == "amd64"
+BROKEN= Does not compile on amd64 5, probably gcc-related
+.endif
+.endif
+
.if defined(WITH_TOR_DEVEL)
.if defined(WITH_TOR)
IGNORE= cannot depend on tor and tor-devel at the same time