Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Feb 2014 19:18:02 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344478 - head/lang/gcc
Message-ID:  <201402151918.s1FJI2LS067631@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sat Feb 15 19:18:01 2014
New Revision: 344478
URL: http://svnweb.freebsd.org/changeset/ports/344478
QAT: https://qat.redports.org/buildarchive/r344478/

Log:
  No longer add -I${LOCALBASE}/include to CFLAGS.
  
  Since we now configure with --with-gmp=${LOCALBASE} this is no longer
  necessary, and due to bugs in binutils (which should not install ansidecl.h
  into ${PREFIX}/include, fixed with revision 336642 [1]) and GCC (which
  should search its own include directories with higher priority) could
  lead to build failures.
  
  PR:		184327 [1]

Modified:
  head/lang/gcc/Makefile

Modified: head/lang/gcc/Makefile
==============================================================================
--- head/lang/gcc/Makefile	Sat Feb 15 19:16:24 2014	(r344477)
+++ head/lang/gcc/Makefile	Sat Feb 15 19:18:01 2014	(r344478)
@@ -58,7 +58,6 @@ WRKSRC=		${WRKDIR}/build
 TARGLIB=	${PREFIX}/lib/gcc${SUFFIX}
 LIBEXEC=	${PREFIX}/libexec/gcc${SUFFIX}
 GNU_CONFIGURE=	yes
-CFLAGS+=	-I${LOCALBASE}/include
 .if empty(PORT_OPTIONS:MBOOTSTRAP)
 CONFIGURE_ARGS+=--disable-bootstrap
 .else



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