svn commit: r410101 - head/security/nss

Jan Beich jbeich at FreeBSD.org
Fri Mar 4 11:56:19 UTC 2016


Author: jbeich
Date: Fri Mar  4 11:56:18 2016
New Revision: 410101
URL: https://svnweb.freebsd.org/changeset/ports/410101

Log:
  security/nss: limit ports binutils to FreeBSD
  
  Inspired by:	DPorts diffs

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

Modified: head/security/nss/Makefile
==============================================================================
--- head/security/nss/Makefile	Fri Mar  4 11:43:22 2016	(r410100)
+++ head/security/nss/Makefile	Fri Mar  4 11:56:18 2016	(r410101)
@@ -54,7 +54,7 @@ BINS=		${DIST}/${OPSYS}${OSREL}_OPT.OBJ
 BINS=		${DIST}/${OPSYS}${OSREL}_DBG.OBJ
 .endif
 
-.if ${ARCH} == amd64
+.if ${OPSYS} == FreeBSD && ${ARCH} == amd64
 USE_BINUTILS=	# intel-gcm.s
 CC+=	-B${LOCALBASE}/bin
 .endif


More information about the svn-ports-all mailing list