aboutsummaryrefslogtreecommitdiff
path: root/games/criticalmass
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-09-17 20:08:47 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-09-17 20:08:47 +0000
commit33dc8bdfc7424ddb2cb38e9725d196eda0ddbfa6 (patch)
treea9a385d1f8fd2b11911d2cd0d573aac02fcb8c83 /games/criticalmass
parent7425e4811081e6fca4c3c40a7b86ab317b0f0425 (diff)
downloadports-33dc8bdfc7424ddb2cb38e9725d196eda0ddbfa6.tar.gz
ports-33dc8bdfc7424ddb2cb38e9725d196eda0ddbfa6.zip
Now builds on sparc64
Notes
Notes: svn path=/head/; revision=173262
Diffstat (limited to 'games/criticalmass')
-rw-r--r--games/criticalmass/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/games/criticalmass/Makefile b/games/criticalmass/Makefile
index 1d4b7daadeae..65199912026b 100644
--- a/games/criticalmass/Makefile
+++ b/games/criticalmass/Makefile
@@ -35,10 +35,6 @@ PLIST_DIRS= share/Critical_Mass
.include <bsd.port.pre.mk>
-.if ${ARCH} == "sparc64"
-BROKEN= "Does not compile on sparc64"
-.endif
-
post-patch:
@${GREP} -lR "SDL/SDL" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
's|SDL/SDL|SDL|g'