aboutsummaryrefslogtreecommitdiff
path: root/games/crafty
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2010-04-05 15:15:59 +0000
committerMark Linimon <linimon@FreeBSD.org>2010-04-05 15:15:59 +0000
commit63b2fc03cd54543a853360eadccb624831e74cd5 (patch)
tree09db1b7f2a5bb23a57a63dbfd1a0dcaf77267d2d /games/crafty
parent950a4d46312b4bcbeb499cdadb373a8e3719064d (diff)
downloadports-63b2fc03cd54543a853360eadccb624831e74cd5.tar.gz
ports-63b2fc03cd54543a853360eadccb624831e74cd5.zip
Also broken on ia64 and powerpc.
Hat: portmgr
Notes
Notes: svn path=/head/; revision=252245
Diffstat (limited to 'games/crafty')
-rw-r--r--games/crafty/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/crafty/Makefile b/games/crafty/Makefile
index ba1db5f02c7c..966a4ab00754 100644
--- a/games/crafty/Makefile
+++ b/games/crafty/Makefile
@@ -55,8 +55,8 @@ OPT= -DCPUS=4 -DHASHSTATS -DTRACE -DBOOKDIR=\\\"${WITH_BOOKDIR}\\\" \
OPT+= -DINLINE32
.endif
-.if ${ARCH} == "sparc64"
-BROKEN= Does not compile on sparc64
+.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
+BROKEN= Does not compile on ia64 or sparc64
.endif
.if defined(WITH_BOOK)