aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/vidalia
diff options
context:
space:
mode:
authorstefan <stefan@FreeBSD.org>2007-10-01 01:31:51 +0800
committerstefan <stefan@FreeBSD.org>2007-10-01 01:31:51 +0800
commit7ced129b500e7fb064ea3a03394cc029460e307f (patch)
tree92447c026fa86512ddbfb596815aeac564fdaa2d /net-mgmt/vidalia
parent33d77013cc3da55384bf6521993dd4e7eac7077d (diff)
downloadfreebsd-ports-graphics-7ced129b500e7fb064ea3a03394cc029460e307f.tar.gz
freebsd-ports-graphics-7ced129b500e7fb064ea3a03394cc029460e307f.tar.zst
freebsd-ports-graphics-7ced129b500e7fb064ea3a03394cc029460e307f.zip
Mark BROKEN for < 6.x on amd64.
PR: 116764 Submitted by: maintainer Reported by: pav
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 e456ed1d68a..19800c177e2 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