summaryrefslogtreecommitdiff
path: root/games/shaaft/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-03-26 22:15:23 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-03-26 22:15:23 +0000
commit59466730198e0640c4530ff4526a299a6373de16 (patch)
tree162120975448a00cbe7a19b8a5b526bab1f4d32e /games/shaaft/Makefile
parentBROKEN: Incomplete pkg-plist (diff)
BROKEN on sparc64: Does not compile
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=132037
Diffstat (limited to '')
-rw-r--r--games/shaaft/Makefile8
1 files changed, 7 insertions, 1 deletions
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 <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>