aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2008-02-09 21:29:25 +0800
committererwin <erwin@FreeBSD.org>2008-02-09 21:29:25 +0800
commitfe397289359a31ae71467248c2580cc4fd18c855 (patch)
tree9a4ffe244dd071a1d90f966ebbddf98732dd0f8d /devel
parent072a6fc39932842db291292a429d83d99f203a72 (diff)
downloadfreebsd-ports-gnome-fe397289359a31ae71467248c2580cc4fd18c855.tar.gz
freebsd-ports-gnome-fe397289359a31ae71467248c2580cc4fd18c855.tar.zst
freebsd-ports-gnome-fe397289359a31ae71467248c2580cc4fd18c855.zip
Mark BROKEN with GCC 4.2: does not compile
Diffstat (limited to 'devel')
-rw-r--r--devel/root/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/root/Makefile b/devel/root/Makefile
index 389a46ede840..5522b9eb601c 100644
--- a/devel/root/Makefile
+++ b/devel/root/Makefile
@@ -223,6 +223,8 @@ CONFIGURE_ARGS+= --disable-srp
.if ${OSVERSION} < 500016
BROKEN= "Does not compile / Needs thread support"
+.elif ${OSVERSION} >= 700000
+BROKEN= Does not compile
.endif
.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" || ${ARCH} == "ia64"