security/nss: don't pull llvm40 on 10.* i386 if CPUTYPE is set

Submitted by:	mi
This commit is contained in:
Jan Beich 2017-12-14 17:13:22 +00:00
parent 611e9b36dd
commit e97dabf90b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456313

View File

@ -57,7 +57,7 @@ BINS= ${DIST}/${OPSYS}${OSREL}_OPT.OBJ
BINS= ${DIST}/${OPSYS}${OSREL}_DBG.OBJ
.endif
.if ${OPSYS} == FreeBSD && ${ARCH} == i386
.if ${OPSYS} == FreeBSD && ${ARCH} == i386 && ! ${MACHINE_CPU:Msse2}
USES+= compiler:c++14-lang # gcm.h
.endif