diff options
author | kris <kris@FreeBSD.org> | 2005-03-26 22:15:23 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-03-26 22:15:23 +0000 |
commit | e2c7d957229b69c1e0dc531020c769d55dc80195 (patch) | |
tree | 30f4e7acd00d3afe8fdc029eef503d67f5b58818 /games/shaaft | |
parent | 7a09e6d88656c9c3fc70de8aef266aba9e5f6399 (diff) | |
download | FreeBSD-ports-e2c7d957229b69c1e0dc531020c769d55dc80195.zip FreeBSD-ports-e2c7d957229b69c1e0dc531020c769d55dc80195.tar.gz |
BROKEN on sparc64: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'games/shaaft')
-rw-r--r-- | games/shaaft/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/shaaft/Makefile b/games/shaaft/Makefile index 5cb1e8d..3ba8341 100644 --- a/games/shaaft/Makefile +++ b/games/shaaft/Makefile @@ -29,6 +29,12 @@ CONFIGURE_ARGS= --disable-optimize MAN6= ${PORTNAME}.6 +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= "Does not compile on sparc64" +.endif + post-patch: @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG:T}|g ; \ s|^CXXFLAGS|#CXXFLAGS|g ; \ @@ -37,4 +43,4 @@ post-patch: @${GREP} -lR "SDL/SDL" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ 's|SDL/SDL|SDL|g' -.include <bsd.port.mk> +.include <bsd.port.post.mk> |