Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Nov 2013 15:45:40 +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: r335026 - head/lang/gcc49
Message-ID:  <201311271545.rARFje82024319@svn.freebsd.org>

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



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