- Add a workaround to fix build on FreeBSD 10.0 i386
This commit is contained in:
parent
38ae1de1eb
commit
234f9e670b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285106
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user