aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/vidalia
diff options
context:
space:
mode:
authorStefan Walter <stefan@FreeBSD.org>2007-09-30 17:31:51 +0000
committerStefan Walter <stefan@FreeBSD.org>2007-09-30 17:31:51 +0000
commit9bb0dc1abf99ef7f3eb9998963b154a8f4f2ca35 (patch)
tree84eb0067f62fa217bc1b644726e92c7c1b1dc808 /net-mgmt/vidalia
parentdbc4b26e7462183e0b2400db0956eee2fa2563c2 (diff)
downloadports-9bb0dc1abf99ef7f3eb9998963b154a8f4f2ca35.tar.gz
ports-9bb0dc1abf99ef7f3eb9998963b154a8f4f2ca35.zip
Mark BROKEN for < 6.x on amd64.
PR: 116764 Submitted by: maintainer Reported by: pav
Notes
Notes: svn path=/head/; revision=200478
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