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
_______________________________________________
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"

Reply via email to