Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Feb 2013 23:10:24 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1174 - trunk/security/nss
Message-ID:  <201302182310.r1INAO0f089872@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302182310.r1INAO0f089872>