svn commit: r335026 - head/lang/gcc49

Gerald Pfeifer gerald at FreeBSD.org
Wed Nov 27 15:45:40 UTC 2013


Author: gerald
Date: Wed Nov 27 15:45:40 2013
New Revision: 335026
URL: http://svnweb.freebsd.org/changeset/ports/335026

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) and GCC (which should search its own include
  directories with higher priority) can lead to build failures.
  
  PR:		184327
  Reported by:	mat, Andrzej Tobola <ato at iem.pw.edu.pl>

Modified:
  head/lang/gcc49/Makefile

Modified: head/lang/gcc49/Makefile
==============================================================================
--- head/lang/gcc49/Makefile	Wed Nov 27 15:24:16 2013	(r335025)
+++ head/lang/gcc49/Makefile	Wed Nov 27 15:45:40 2013	(r335026)
@@ -64,7 +64,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