aboutsummaryrefslogtreecommitdiff
path: root/games/magiccube4d
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-02 10:09:40 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-02 10:09:40 +0000
commit460fcc786729dc7ef36086cf5a9b64bcd09cd029 (patch)
tree160118a999329501a1673bc1866aca8001803726 /games/magiccube4d
parent34ca79247e9a02a92e973810f0532cae010ee283 (diff)
Mark as broken with gcc4.2 on 64-bit archs.
Notes
Notes: svn path=/head/; revision=200640
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>