summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-03-27 02:11:07 +0000
committerkris <kris@FreeBSD.org>2005-03-27 02:11:07 +0000
commit085f7b7465c58a180601a412a307307b5ee5626b (patch)
tree673f1fb919cc20593fbdb7b36f5a9b8220df81f4 /games
parente3b951c417e65b8e33c05bb1fda98872e0f9aca5 (diff)
downloadFreeBSD-ports-085f7b7465c58a180601a412a307307b5ee5626b.zip
FreeBSD-ports-085f7b7465c58a180601a412a307307b5ee5626b.tar.gz
BROKEN on sparc64: does not compile
Approved by: portmgr (self)
Diffstat (limited to 'games')
-rw-r--r--games/wargus/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/wargus/Makefile b/games/wargus/Makefile
index 64bb0b4..3c485f9 100644
--- a/games/wargus/Makefile
+++ b/games/wargus/Makefile
@@ -25,6 +25,12 @@ USE_REINPLACE= yes
PKGMESSAGE= ${WRKDIR}/pkg-message
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= "Does not compile on sparc64"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|^\(CC\)|#\1|; \
s|^\(CFLAGS =\)|\1 ${CFLAGS}|; \
@@ -72,4 +78,4 @@ post-build:
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud