[SVN-Commit] r1174 - trunk/security/nss

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Mon Feb 18 23:10:30 UTC 2013


Author: jbeich
Date: Mon Feb 18 23:10:23 2013
New Revision: 1174

Log:
pretend people live in vanilla world and rather set CC

Modified:
   trunk/security/nss/Makefile

Modified: trunk/security/nss/Makefile
==============================================================================
--- trunk/security/nss/Makefile	Mon Feb 18 22:53:35 2013	(r1173)
+++ trunk/security/nss/Makefile	Mon Feb 18 23:10:23 2013	(r1174)
@@ -57,7 +57,7 @@
 CFLAGS+=	-B${LOCALBASE}/${CONFIGURE_TARGET:S/amd64/x86_64/}/bin
 .endif
 
-.if defined(WITH_CLANG_IS_CC) || ${CC:Mcc} && ${OSVERSION} > 1000023
+.if ${CC:T:M*clang*} || ${CC:Mcc} && ${OSVERSION} > 1000023
 EXTRA_PATCHES+=	${FILESDIR}/extra-bug835050
 .endif
 


More information about the freebsd-gecko mailing list