aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/crafty/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/games/crafty/Makefile b/games/crafty/Makefile
index 966a4ab00754..928bfce846d0 100644
--- a/games/crafty/Makefile
+++ b/games/crafty/Makefile
@@ -53,10 +53,8 @@ OPT= -DCPUS=4 -DHASHSTATS -DTRACE -DBOOKDIR=\\\"${WITH_BOOKDIR}\\\" \
.if ${ARCH} == "i386"
OPT+= -DINLINE32
-.endif
-
-.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
-BROKEN= Does not compile on ia64 or sparc64
+.elif ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
+BROKEN= Does not compile on ia64, powerpc, or sparc64
.endif
.if defined(WITH_BOOK)