From d62f68cf9a8d2c3a6df5dc4ed1fa5b37d05b3696 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Tue, 2 Oct 2007 10:49:29 +0000 Subject: [PATCH] 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. --- games/antrix/Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 +.include + +.if ${OSVERSION} >= 700042 +.if ${ARCH} == "amd64" +BROKEN= Does not compile with GCC 4.2 +.endif +.endif + +.include