[SVN-Commit] r1179 - trunk/security/nss

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Wed Feb 20 19:55:28 UTC 2013


Author: jbeich
Date: Wed Feb 20 19:55:14 2013
New Revision: 1179

Log:
avoid breakage on FreeBSD version bumps

Reported by:	flo

Modified:
   trunk/security/nss/Makefile

Modified: trunk/security/nss/Makefile
==============================================================================
--- trunk/security/nss/Makefile	Tue Feb 19 11:58:55 2013	(r1178)
+++ trunk/security/nss/Makefile	Wed Feb 20 19:55:14 2013	(r1179)
@@ -54,7 +54,7 @@
 
 .if ${ARCH} == amd64
 USE_BINUTILS=	# intel-gcm.s
-CFLAGS+=	-B${LOCALBASE}/${CONFIGURE_TARGET:S/amd64/x86_64/}/bin
+CFLAGS+=	-B${LOCALBASE}/bin
 .if defined(WITH_CLANG_IS_CC) || ${CC:Mcc} && ${OSVERSION} > 1000023
 EXTRA_PATCHES+=	${FILESDIR}/extra-bug835050
 .endif


More information about the freebsd-gecko mailing list