1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

Fix build on i386 by disabling broken assembly code

(no functional changes)
This commit is contained in:
Johan van Selst 2014-07-06 10:27:27 +00:00
parent c9c0619ceb
commit bfb2da6b49
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360872

View File

@ -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