Date: Tue, 28 May 2013 05:00:49 GMT From: Danilo Egea Gondolfo <danilogondolfo@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/179041: devel/arm-elf-binutils - fix a build problem with clang Message-ID: <201305280500.r4S50n0N022929@oldred.FreeBSD.org> Resent-Message-ID: <201305280510.r4S5A07O042247@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305280500.r4S50n0N022929>