summaryrefslogtreecommitdiff
path: root/devel/avr-binutils
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-08-26 17:52:18 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-08-26 17:52:18 +0000
commit67f4c274072ff27f59f4db135fa482a1964cf52d (patch)
treea378b6dbf2eff2d7ff72e5f4e8241f0a08153099 /devel/avr-binutils
parent- Update to 1.2 (diff)
Fix build disabling -Werror
Notes
Notes: svn path=/head/; revision=325413
Diffstat (limited to 'devel/avr-binutils')
-rw-r--r--devel/avr-binutils/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/avr-binutils/Makefile b/devel/avr-binutils/Makefile
index 4e822800ce58..824fb595416a 100644
--- a/devel/avr-binutils/Makefile
+++ b/devel/avr-binutils/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: avr-gcc
-# Date created: 30 Nov 2000
-# Whom: Joerg Wunsch <joerg@freebsd.org>
-#
+# Created by: Joerg Wunsch <joerg@freebsd.org>
# $FreeBSD$
-#
PORTNAME= binutils
PORTVERSION= 2.20.1
@@ -22,7 +18,7 @@ USE_BZIP2= yes
USE_GCC= any
USE_GMAKE= yes
USES= gettext
-CONFIGURE_ARGS= --target=avr
+CONFIGURE_ARGS= --target=avr --disable-werror
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib
CFLAGS+= -I${LOCALBASE}/include