From e2c7d957229b69c1e0dc531020c769d55dc80195 Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 26 Mar 2005 22:15:23 +0000 Subject: BROKEN on sparc64: Does not compile Approved by: portmgr (self) --- games/shaaft/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'games/shaaft') diff --git a/games/shaaft/Makefile b/games/shaaft/Makefile index 5cb1e8d20d56..3ba83418d93a 100644 --- a/games/shaaft/Makefile +++ b/games/shaaft/Makefile @@ -29,6 +29,12 @@ CONFIGURE_ARGS= --disable-optimize MAN6= ${PORTNAME}.6 +.include + +.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 +.include -- cgit