[SVN-Commit] r1158 - trunk/security/nss
svn-freebsd-gecko at chruetertee.ch
svn-freebsd-gecko at chruetertee.ch
Tue Feb 5 00:08:15 UTC 2013
Author: jbeich
Date: Tue Feb 5 00:08:02 2013
New Revision: 1158
Log:
unbreak amd64 by not using ancient binutils in base
Reported by: flo
Modified:
trunk/security/nss/Makefile
Modified: trunk/security/nss/Makefile
==============================================================================
--- trunk/security/nss/Makefile Sat Feb 2 18:09:16 2013 (r1157)
+++ trunk/security/nss/Makefile Tue Feb 5 00:08:02 2013 (r1158)
@@ -52,6 +52,11 @@
.include <bsd.port.pre.mk>
+.if ${ARCH} == amd64
+USE_BINUTILS= # intel-gcm.s
+CFLAGS+= -B${LOCALBASE}/${CONFIGURE_TARGET:S/amd64/x86_64/}/bin
+.endif
+
.if defined(WITH_CLANG_IS_CC) || ${CC:Mcc} && ${OSVERSION} > 1000023
EXTRA_PATCHES+= ${FILESDIR}/extra-bug835050
.endif
More information about the freebsd-gecko
mailing list