ports/179041: devel/arm-elf-binutils - fix a build problem with clang
Danilo Egea Gondolfo
danilogondolfo at gmail.com
Tue May 28 05:10:00 UTC 2013
>Number: 179041
>Category: ports
>Synopsis: devel/arm-elf-binutils - fix a build problem with clang
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Tue May 28 05:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Danilo Egea Gondolfo
>Release: FreeBSD 9.1-STABLE
>Organization:
Universidade Estadual de Maringá
>Environment:
FreeBSD projeto 9.1-STABLE FreeBSD 9.1-STABLE #4 r250700: Thu May 16 13:48:11 BRT 2013 root at projeto:/usr/obj/usr/src.stable/sys/PROJETO amd64
>Description:
Avoiding the build problem pointed by http://pointyhat-west.isc.freebsd.org/errorlogs/amd64-errorlogs/e.10-exp.20130522091700.pointyhat-west/arm-elf-binutils-2.23.2.log
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: Makefile
===================================================================
--- Makefile (revision 319289)
+++ Makefile (working copy)
@@ -15,7 +15,7 @@
USE_GMAKE= yes
USES= gettext
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --target=${PKGNAMEPREFIX:S/-$//} CFLAGS="-I/usr/local/include"
+CONFIGURE_ARGS= --target=${PKGNAMEPREFIX:S/-$//} --disable-werror CFLAGS="-I/usr/local/include"
INFO_PATH= ${PKGNAMEPREFIX:S/-$//}/info
MAN1= ${PKGNAMEPREFIX}addr2line.1 ${PKGNAMEPREFIX}as.1 \
${PKGNAMEPREFIX}ar.1 ${PKGNAMEPREFIX}c++filt.1 \
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list