svn commit: r456314 - branches/2017Q4/security/nss

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


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

Log:
  MFH: r456313
  
  security/nss: don't pull llvm40 on 10.* i386 if CPUTYPE is set
  
  PR:		221466
  Submitted by:	mi
  Approved by:	ports-secteam blanket

Modified:
  branches/2017Q4/security/nss/Makefile
Directory Properties:
  branches/2017Q4/   (props changed)

Modified: branches/2017Q4/security/nss/Makefile
==============================================================================
--- branches/2017Q4/security/nss/Makefile	Thu Dec 14 17:13:22 2017	(r456313)
+++ branches/2017Q4/security/nss/Makefile	Thu Dec 14 17:17:11 2017	(r456314)
@@ -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-all mailing list