summaryrefslogtreecommitdiff
path: root/devel/binutils
diff options
context:
space:
mode:
authorcheusov <cheusov>2011-11-01 20:47:07 +0000
committercheusov <cheusov>2011-11-01 20:47:07 +0000
commitae37be60da134babd619efa80cd3c94987d6d0f8 (patch)
tree1639dba989cc6b694fd955663e4aa5c53c674bee /devel/binutils
parent5a6d77ade0325e2bf6581affd7724bc03456e48d (diff)
downloadpkgsrc-ae37be60da134babd619efa80cd3c94987d6d0f8.tar.gz
Fix compilation failure with gcc-4.6 (PR 45541)
Diffstat (limited to 'devel/binutils')
-rw-r--r--devel/binutils/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile
index 1566a7940e4..6be87d93059 100644
--- a/devel/binutils/Makefile
+++ b/devel/binutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2011/09/07 23:41:04 joerg Exp $
+# $NetBSD: Makefile,v 1.41 2011/11/01 20:47:07 cheusov Exp $
DISTNAME= binutils-2.17
PKGREVISION= 1
@@ -25,6 +25,7 @@ MAKEFLAGS+= TEXINFO_LOCALE=no
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-lib-path='/lib:/usr/lib'
+CONFIGURE_ARGS+= --disable-werror # pkg/45541
GNU_PROGRAM_PREFIX?= gnu-
CONFIGURE_ARGS+= --program-prefix=${GNU_PROGRAM_PREFIX:Q}
PLIST_SUBST+= GNU_PROGRAM_PREFIX=${GNU_PROGRAM_PREFIX:Q}