diff options
Diffstat (limited to 'games/crafty/Makefile')
-rw-r--r-- | games/crafty/Makefile | 4 |
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) |