aboutsummaryrefslogtreecommitdiff
path: root/games/crafty/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/crafty/Makefile')
-rw-r--r--games/crafty/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/crafty/Makefile b/games/crafty/Makefile
index fe9798ba03e0..9e674ac01c2f 100644
--- a/games/crafty/Makefile
+++ b/games/crafty/Makefile
@@ -45,7 +45,8 @@ BOOK_DESC= Include (default) opening book
.include <bsd.port.pre.mk>
.if ${ARCH} == "i386"
-OPT+= -DINLINE32
+# The i386 assembly is currently broken - disable for this version
+#OPT+= -DINLINE32
.elif ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
BROKEN= Does not compile on ia64, powerpc, or sparc64
.endif