aboutsummaryrefslogtreecommitdiff
path: root/games/criticalmass
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-03-26 21:40:24 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-03-26 21:40:24 +0000
commit892c9bb5e49e9a533784346fda0cff057d06d756 (patch)
treee50df61d917b4ff5a7a4361d32cb63b4f5a817d0 /games/criticalmass
parentee2c9ac9d839018a4b7cc994cf001f0adf883897 (diff)
downloadports-892c9bb5e49e9a533784346fda0cff057d06d756.tar.gz
ports-892c9bb5e49e9a533784346fda0cff057d06d756.zip
BROKEN on sparc64: Does not compile
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=132017
Diffstat (limited to 'games/criticalmass')
-rw-r--r--games/criticalmass/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/criticalmass/Makefile b/games/criticalmass/Makefile
index fba7b56c4b11..164762994003 100644
--- a/games/criticalmass/Makefile
+++ b/games/criticalmass/Makefile
@@ -33,6 +33,12 @@ PLIST_FILES= bin/Packer \
share/Critical_Mass/resource.dat
PLIST_DIRS= share/Critical_Mass
+.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 ; \
@@ -40,4 +46,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>