Date: Tue, 5 Feb 2013 00:08:02 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1158 - trunk/security/nss Message-ID: <201302050008.r15082eV021913@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302050008.r15082eV021913>