diff options
author | kris <kris@FreeBSD.org> | 2005-03-27 02:11:07 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-03-27 02:11:07 +0000 |
commit | 085f7b7465c58a180601a412a307307b5ee5626b (patch) | |
tree | 673f1fb919cc20593fbdb7b36f5a9b8220df81f4 /games | |
parent | e3b951c417e65b8e33c05bb1fda98872e0f9aca5 (diff) | |
download | FreeBSD-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/Makefile | 8 |
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> |