Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Aug 2013 17:52:18 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325413 - head/devel/avr-binutils
Message-ID:  <201308261752.r7QHqI4m022156@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Aug 26 17:52:18 2013
New Revision: 325413
URL: http://svnweb.freebsd.org/changeset/ports/325413

Log:
  Fix build disabling -Werror

Modified:
  head/devel/avr-binutils/Makefile

Modified: head/devel/avr-binutils/Makefile
==============================================================================
--- head/devel/avr-binutils/Makefile	Mon Aug 26 17:50:36 2013	(r325412)
+++ head/devel/avr-binutils/Makefile	Mon Aug 26 17:52:18 2013	(r325413)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308261752.r7QHqI4m022156>