diff options
author | Johan van Selst <johans@FreeBSD.org> | 2014-07-06 10:27:27 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2014-07-06 10:27:27 +0000 |
commit | bfb2da6b49c6a5b5965870bd9f49eac4cbb4c7b5 (patch) | |
tree | 8454957e38f981b1924cf1ea5d528016d954ab3d /games/crafty | |
parent | c9c0619ceb7018fa7f449ec13bf3fbf75ef31094 (diff) | |
download | ports-bfb2da6b49c6a5b5965870bd9f49eac4cbb4c7b5.tar.gz ports-bfb2da6b49c6a5b5965870bd9f49eac4cbb4c7b5.zip |
Notes
Diffstat (limited to 'games/crafty')
-rw-r--r-- | games/crafty/Makefile | 3 |
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 |