More precisely constrain sse conditionals.

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2019-07-12 16:20:31 +00:00
parent 2c9764390c
commit 9752cafb1f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506469

View File

@ -49,7 +49,7 @@ SUPERNOVA_CMAKE_BOOL= SUPERNOVA
.include <bsd.port.pre.mk>
.if ${ARCH:Mmips*} || ${ARCH:Mpowerpc*} || ${ARCH} == sparc64
.if ! ${ARCH} == amd64 && ! ${ARCH} == i386
CMAKE_ARGS+= -DSSE:BOOL=FALSE -DSSE2:BOOL=FALSE
.endif