svn commit: r378957 - head/devel/psptoolchain-binutils
John Marino
marino at FreeBSD.org
Sat Feb 14 11:12:31 UTC 2015
Author: marino
Date: Sat Feb 14 11:12:30 2015
New Revision: 378957
URL: https://svnweb.freebsd.org/changeset/ports/378957
QAT: https://qat.redports.org/buildarchive/r378957/
Log:
devel/psptoolchain-binutils: Remove -Werror like devel/binutils
The binutils packages sets the -Werror by default, but it an unused
variable make the build fail with newer GCCs. Set --disable-werror
flag just like is done for devel/binutils to fix the build with current
GCC compilers.
Modified:
head/devel/psptoolchain-binutils/Makefile
Modified: head/devel/psptoolchain-binutils/Makefile
==============================================================================
--- head/devel/psptoolchain-binutils/Makefile Sat Feb 14 10:48:24 2015 (r378956)
+++ head/devel/psptoolchain-binutils/Makefile Sat Feb 14 11:12:30 2015 (r378957)
@@ -21,6 +21,7 @@ CONFIGURE_TARGET= ${ARCH:S/amd64/x86_64/
CONFIGURE_ARGS= --prefix=${PREFIX} \
--target="psp" \
--enable-install-libbfd \
+ --disable-werror \
--disable-nls \
--mandir=${PREFIX}/man
PLIST_SUB= CONFIGURE_TARGET="${CONFIGURE_TARGET}"
More information about the svn-ports-all
mailing list