aboutsummaryrefslogtreecommitdiffstats
path: root/games/magiccube4d
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-10-02 18:09:40 +0800
committerlinimon <linimon@FreeBSD.org>2007-10-02 18:09:40 +0800
commit3502abf6aa5f8ecd7f015aa1bfc1aea09c89aef1 (patch)
treed3b22a99f6ef4a9416908f660f67cf5f6697c745 /games/magiccube4d
parent5b77726bd8ebde3c6e739f3184a09f9c02f26bc6 (diff)
downloadfreebsd-ports-gnome-3502abf6aa5f8ecd7f015aa1bfc1aea09c89aef1.tar.gz
freebsd-ports-gnome-3502abf6aa5f8ecd7f015aa1bfc1aea09c89aef1.tar.zst
freebsd-ports-gnome-3502abf6aa5f8ecd7f015aa1bfc1aea09c89aef1.zip
Mark as broken with gcc4.2 on 64-bit archs.
Diffstat (limited to 'games/magiccube4d')
-rw-r--r--games/magiccube4d/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/games/magiccube4d/Makefile b/games/magiccube4d/Makefile
index 77331160193a..9360b786b410 100644
--- a/games/magiccube4d/Makefile
+++ b/games/magiccube4d/Makefile
@@ -36,4 +36,12 @@ do-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
+BROKEN= Does not compile with GCC 4.2
+.endif
+.endif
+
+.include <bsd.port.post.mk>