aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc49
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2013-11-27 23:45:40 +0800
committergerald <gerald@FreeBSD.org>2013-11-27 23:45:40 +0800
commite4a75b667e852de921392b67fe2ae05fdec964c4 (patch)
tree5fdef8179c2eaa1807d16d7ab520ae67ebe4322b /lang/gcc49
parentb58d837232049a799c566c9a30d9ac59669b49f8 (diff)
downloadfreebsd-ports-gnome-e4a75b667e852de921392b67fe2ae05fdec964c4.tar.gz
freebsd-ports-gnome-e4a75b667e852de921392b67fe2ae05fdec964c4.tar.zst
freebsd-ports-gnome-e4a75b667e852de921392b67fe2ae05fdec964c4.zip
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>
Diffstat (limited to 'lang/gcc49')
-rw-r--r--lang/gcc49/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/gcc49/Makefile b/lang/gcc49/Makefile
index 297d6404bd05..72e71cdc1827 100644
--- a/lang/gcc49/Makefile
+++ b/lang/gcc49/Makefile
@@ -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