summaryrefslogtreecommitdiff
path: root/cross/avr-binutils
diff options
context:
space:
mode:
authortron <tron>2010-06-20 16:23:56 +0000
committertron <tron>2010-06-20 16:23:56 +0000
commit860cdd4453dc8e77d1b565f5e826f45be1e19d25 (patch)
tree6677a0928b10b07a6020dd6efc20215c17f6f82c /cross/avr-binutils
parentde109f948ed715d61ab614f2f59cb7e2e34dd59f (diff)
downloadpkgsrc-860cdd4453dc8e77d1b565f5e826f45be1e19d25.tar.gz
Don't treat compiler warnings as errors. Newer versions of GCC produce
a lot of "format not a string literal and no format arguments" warnings while building this package.
Diffstat (limited to 'cross/avr-binutils')
-rw-r--r--cross/avr-binutils/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/avr-binutils/Makefile b/cross/avr-binutils/Makefile
index 7c2ff1cc263..95159550cfc 100644
--- a/cross/avr-binutils/Makefile
+++ b/cross/avr-binutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2009/08/27 15:26:41 hasso Exp $
+# $NetBSD: Makefile,v 1.16 2010/06/20 16:23:56 tron Exp $
DISTNAME= binutils-2.19.1
PKGNAME= avr-binutils-2.19.1
@@ -16,7 +16,7 @@ GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
USE_GNU_CONFIGURE_HOST= no
-CONFIGURE_ARGS+= --target=avr
+CONFIGURE_ARGS+= --disable-werror --target=avr
# Prevent the need to run texi2pod.pl and pod2man hence
# the need for perl as build dependency.