Date: Tue, 19 Feb 2013 11:58:56 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1178 - trunk/security/nss Message-ID: <201302191158.r1JBwuMW058204@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Feb 19 11:58:55 2013
New Revision: 1178
Log:
- backout r1174, it's no issue with CC=clang
- limit workaround to an arch where it's used
Modified:
trunk/security/nss/Makefile
Modified: trunk/security/nss/Makefile
==============================================================================
--- trunk/security/nss/Makefile Tue Feb 19 05:48:27 2013 (r1177)
+++ trunk/security/nss/Makefile Tue Feb 19 11:58:55 2013 (r1178)
@@ -55,11 +55,10 @@
.if ${ARCH} == amd64
USE_BINUTILS= # intel-gcm.s
CFLAGS+= -B${LOCALBASE}/${CONFIGURE_TARGET:S/amd64/x86_64/}/bin
-.endif
-
-.if ${CC:T:M*clang*} || ${CC:Mcc} && ${OSVERSION} > 1000023
+.if defined(WITH_CLANG_IS_CC) || ${CC:Mcc} && ${OSVERSION} > 1000023
EXTRA_PATCHES+= ${FILESDIR}/extra-bug835050
.endif
+.endif
check regression-test test:
cd ${WRKSRC}/tests; \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302191158.r1JBwuMW058204>
