[SVN-Commit] r1178 - trunk/security/nss
svn-freebsd-gecko at chruetertee.ch
svn-freebsd-gecko at chruetertee.ch
Tue Feb 19 11:59:03 UTC 2013
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; \
More information about the freebsd-gecko
mailing list