aboutsummaryrefslogtreecommitdiff
path: root/games/crafty
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2014-07-06 10:27:27 +0000
committerJohan van Selst <johans@FreeBSD.org>2014-07-06 10:27:27 +0000
commitbfb2da6b49c6a5b5965870bd9f49eac4cbb4c7b5 (patch)
tree8454957e38f981b1924cf1ea5d528016d954ab3d /games/crafty
parentc9c0619ceb7018fa7f449ec13bf3fbf75ef31094 (diff)
downloadports-bfb2da6b49c6a5b5965870bd9f49eac4cbb4c7b5.tar.gz
ports-bfb2da6b49c6a5b5965870bd9f49eac4cbb4c7b5.zip
Fix build on i386 by disabling broken assembly code
(no functional changes)
Notes
Notes: svn path=/head/; revision=360872
Diffstat (limited to 'games/crafty')
-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