security/nss: don't pull llvm40 on 10.* i386 if CPUTYPE is set
Submitted by: mi
This commit is contained in:
parent
611e9b36dd
commit
e97dabf90b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456313
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user