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.
This commit is contained in:
John Marino 2015-02-14 11:12:30 +00:00
parent 6dadcea6be
commit 58bacb3cb9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378957

View file

@ -21,6 +21,7 @@ CONFIGURE_TARGET= ${ARCH:S/amd64/x86_64/}-unknown-${OPSYS:tl}${OSREL}
CONFIGURE_ARGS= --prefix=${PREFIX} \
--target="psp" \
--enable-install-libbfd \
--disable-werror \
--disable-nls \
--mandir=${PREFIX}/man
PLIST_SUB= CONFIGURE_TARGET="${CONFIGURE_TARGET}"