summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-02 10:49:29 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-02 10:49:29 +0000
commitd62f68cf9a8d2c3a6df5dc4ed1fa5b37d05b3696 (patch)
tree36cf6854f9a4f7db585d3c7d70eb4237e5805622 /games
parentMark as broken with gcc4.2. (diff)
Mark as broken with gcc4.2 on amd64. It may be broken with gcc4.2 on
other buildenvs, but they are not showing up yet.
Notes
Notes: svn path=/head/; revision=200649
Diffstat (limited to 'games')
-rw-r--r--games/antrix/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/games/antrix/Makefile b/games/antrix/Makefile
index 6fe267466fd0..b1dbf7562947 100644
--- a/games/antrix/Makefile
+++ b/games/antrix/Makefile
@@ -31,4 +31,12 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
run-autotools-automake:
@(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${AUTOMAKE} ${AUTOMAKE_ARGS})
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+.if ${ARCH} == "amd64"
+BROKEN= Does not compile with GCC 4.2
+.endif
+.endif
+
+.include <bsd.port.post.mk>