Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Feb 2015 11:12:31 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378957 - head/devel/psptoolchain-binutils
Message-ID:  <201502141112.t1EBCVmg094458@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502141112.t1EBCVmg094458>