svn commit: r325413 - head/devel/avr-binutils

Baptiste Daroussin bapt at FreeBSD.org
Mon Aug 26 17:52:18 UTC 2013


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 at freebsd.org>
-#
+# Created by: Joerg Wunsch <joerg at 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


More information about the svn-ports-head mailing list