- Add a workaround to fix build on FreeBSD 10.0 i386

This commit is contained in:
Martin Wilke 2011-11-05 17:26:19 +00:00
parent 38ae1de1eb
commit 234f9e670b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285106

View File

@ -38,6 +38,9 @@ CONFIGURE_ARGS+= --disable-asm
.elif ${ARCH} == "i386"
.if (${OSVERSION} < 900033)
CONFIGURE_ARGS+= --disable-aesni-support
#workaround for FreeBSD 10.0
.elif (${OSVERSION} >= 1000000)
CONFIGURE_ARGS+= --disable-asm
.endif
.endif
.if (${OSVERSION} < 700000)