aboutsummaryrefslogtreecommitdiff
path: root/games/antrix
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/antrix
parent1676fdea55e597e1bee5ea383f4c6596cfe08974 (diff)
downloadports-d62f68cf9a8d2c3a6df5dc4ed1fa5b37d05b3696.tar.gz
ports-d62f68cf9a8d2c3a6df5dc4ed1fa5b37d05b3696.zip
Notes
Diffstat (limited to 'games/antrix')
-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>