aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorjohans <johans@FreeBSD.org>2014-07-06 18:27:27 +0800
committerjohans <johans@FreeBSD.org>2014-07-06 18:27:27 +0800
commit32a4b31e79f46c09627db1f4ce865365c7dfda62 (patch)
tree8454957e38f981b1924cf1ea5d528016d954ab3d /games
parentb15059554b3d92e84be7bf70d79477d1c1d0cd82 (diff)
downloadfreebsd-ports-gnome-32a4b31e79f46c09627db1f4ce865365c7dfda62.tar.gz
freebsd-ports-gnome-32a4b31e79f46c09627db1f4ce865365c7dfda62.tar.zst
freebsd-ports-gnome-32a4b31e79f46c09627db1f4ce865365c7dfda62.zip
Fix build on i386 by disabling broken assembly code
(no functional changes)
Diffstat (limited to 'games')
-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