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 _______________________________________________ freebsd-gecko@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"