svn commit: r320038 - head/devel/arm-elf-binutils
Bryan Drewery
bdrewery at FreeBSD.org
Thu Jun 6 00:04:20 UTC 2013
Author: bdrewery
Date: Thu Jun 6 00:04:19 2013
New Revision: 320038
URL: http://svnweb.freebsd.org/changeset/ports/320038
Log:
- Disable -Werror for now to fix clang building.
Discussed with maintainer a more proper solution and
to contact upstream. This at least allows clang to
build for now.
PR: ports/179041
Submitted by: Danilo Egea Gondolfo <danilogondolfo at gmail.com> (maintainer)
Modified:
head/devel/arm-elf-binutils/Makefile
Modified: head/devel/arm-elf-binutils/Makefile
==============================================================================
--- head/devel/arm-elf-binutils/Makefile Wed Jun 5 22:40:22 2013 (r320037)
+++ head/devel/arm-elf-binutils/Makefile Thu Jun 6 00:04:19 2013 (r320038)
@@ -15,7 +15,7 @@ USE_BZIP2= yes
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 \
More information about the svn-ports-head
mailing list