aboutsummaryrefslogtreecommitdiff
path: root/games/shaaft
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
parent33e0ec721c8a4f45db60ce1ea3f9d426d142e0eb (diff)
downloadports-59466730198e0640c4530ff4526a299a6373de16.tar.gz
ports-59466730198e0640c4530ff4526a299a6373de16.zip
Notes
Diffstat (limited to 'games/shaaft')
-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>