aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2008-02-01 11:28:02 +0000
committerMark Linimon <linimon@FreeBSD.org>2008-02-01 11:28:02 +0000
commitec28db159ea52d88f994eb143882fa88ce09017e (patch)
treeed88271088b6c941e573769e751f392c24f321e5
parente60a854aeeaf6f23296d25354d6f7a7422e4d665 (diff)
downloadports-ec28db159ea52d88f994eb143882fa88ce09017e.tar.gz
ports-ec28db159ea52d88f994eb143882fa88ce09017e.zip
Notes
-rw-r--r--games/antrix/Makefile2
-rw-r--r--games/atr3d/Makefile4
2 files changed, 4 insertions, 2 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
diff --git a/games/atr3d/Makefile b/games/atr3d/Makefile
index 99b640e8571b..5be44f05ddeb 100644
--- a/games/atr3d/Makefile
+++ b/games/atr3d/Makefile
@@ -40,9 +40,11 @@ LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 700042 && ${ARCH} == amd64
+.if ${OSVERSION} >= 700042
+.if ${ARCH} == amd64 || ${ARCH} == sparc64
BROKEN= does not compile
.endif
+.endif
pre-patch:
@${PERL} -pi.orig -e 's|^aclocal|${ACLOCAL}|; \