diff options
author | linimon <linimon@FreeBSD.org> | 2008-02-01 19:28:02 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2008-02-01 19:28:02 +0800 |
commit | 9c5645b516f0cd2d734b49053f7c8c1d4851749c (patch) | |
tree | 617316b9ba8f681b3c7e85dfc8bc41d090742e7c /games/atr3d | |
parent | 89f832eb7766f8981384d1d627e51c07dccdb71c (diff) | |
download | freebsd-ports-gnome-9c5645b516f0cd2d734b49053f7c8c1d4851749c.tar.gz freebsd-ports-gnome-9c5645b516f0cd2d734b49053f7c8c1d4851749c.tar.zst freebsd-ports-gnome-9c5645b516f0cd2d734b49053f7c8c1d4851749c.zip |
Also broken with gcc 4.2 on sparc64.
Diffstat (limited to 'games/atr3d')
-rw-r--r-- | games/atr3d/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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}|; \ |