From caf35a8b6b34b66807b33eb995fb2a68e36381cb Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 19 Dec 2014 17:34:18 +0000 Subject: [PATCH] - Unbreak build on mips, gold is not build there PR: 196027 Submitted by: amdmi3 Approved by: bapt --- devel/binutils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile index da5131f590be..dd7953f70879 100644 --- a/devel/binutils/Makefile +++ b/devel/binutils/Makefile @@ -58,7 +58,7 @@ NLS_CONFIGURE_ENABLE= nls .include # Actual earliest version may differ slightly -.if ${ARCH} != ia64 && ${OSVERSION} >= 900044 && !defined(PKGNAMEPREFIX) +.if ${ARCH} != ia64 && ${ARCH} != mips && ${OSVERSION} >= 900044 && !defined(PKGNAMEPREFIX) CONFIGURE_ARGS+= --enable-gold --enable-plugins PLIST_SUB+= GOLD="" .else