svn commit: r344478 - head/lang/gcc

Gerald Pfeifer gerald at FreeBSD.org
Sat Feb 15 19:18:02 UTC 2014


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


More information about the svn-ports-all mailing list