diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2008-02-01 11:28:02 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2008-02-01 11:28:02 +0000 |
commit | ec28db159ea52d88f994eb143882fa88ce09017e (patch) | |
tree | ed88271088b6c941e573769e751f392c24f321e5 /games/antrix | |
parent | e60a854aeeaf6f23296d25354d6f7a7422e4d665 (diff) | |
download | ports-ec28db159ea52d88f994eb143882fa88ce09017e.tar.gz ports-ec28db159ea52d88f994eb143882fa88ce09017e.zip |
Notes
Diffstat (limited to 'games/antrix')
-rw-r--r-- | games/antrix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.pre.mk> .if ${OSVERSION} >= 700042 -.if ${ARCH} == "amd64" +.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" BROKEN= Does not compile with GCC 4.2 .endif .endif |