aboutsummaryrefslogtreecommitdiffstats
path: root/games/criticalmass
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2006-09-18 04:08:47 +0800
committerkris <kris@FreeBSD.org>2006-09-18 04:08:47 +0800
commit609dfaac82501bbb57c6c75021491b0e756ca6c2 (patch)
tree9d0b3b6f089eabc6e3f60178c744cd30eedc319a /games/criticalmass
parent009046baeb748854bdd6fd4a619dc8da954a30ec (diff)
downloadfreebsd-ports-gnome-609dfaac82501bbb57c6c75021491b0e756ca6c2.tar.gz
freebsd-ports-gnome-609dfaac82501bbb57c6c75021491b0e756ca6c2.tar.zst
freebsd-ports-gnome-609dfaac82501bbb57c6c75021491b0e756ca6c2.zip
Now builds on sparc64
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'