From ec28db159ea52d88f994eb143882fa88ce09017e Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Fri, 1 Feb 2008 11:28:02 +0000 Subject: Also broken with gcc 4.2 on sparc64. --- games/antrix/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/antrix') diff --git a/games/antrix/Makefile b/games/antrix/Makefile index b1dbf7562947..929bba508d21 100644 --- a/games/antrix/Makefile +++ b/games/antrix/Makefile @@ -34,7 +34,7 @@ run-autotools-automake: .include .if ${OSVERSION} >= 700042 -.if ${ARCH} == "amd64" +.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" BROKEN= Does not compile with GCC 4.2 .endif .endif -- cgit v1.2.3