svn commit: r456313 - head/security/nss

Jan Beich jbeich at FreeBSD.org
Thu Dec 14 17:13:23 UTC 2017


Author: jbeich
Date: Thu Dec 14 17:13:22 2017
New Revision: 456313
URL: https://svnweb.freebsd.org/changeset/ports/456313

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

Modified:
  head/security/nss/Makefile   (contents, props changed)

Modified: head/security/nss/Makefile
==============================================================================
--- head/security/nss/Makefile	Thu Dec 14 17:08:01 2017	(r456312)
+++ head/security/nss/Makefile	Thu Dec 14 17:13:22 2017	(r456313)
@@ -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
 


More information about the svn-ports-head mailing list