diff options
author | gerald <gerald@FreeBSD.org> | 2013-11-27 23:45:40 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2013-11-27 23:45:40 +0800 |
commit | e4a75b667e852de921392b67fe2ae05fdec964c4 (patch) | |
tree | 5fdef8179c2eaa1807d16d7ab520ae67ebe4322b /lang/gcc49 | |
parent | b58d837232049a799c566c9a30d9ac59669b49f8 (diff) | |
download | freebsd-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/Makefile | 1 |
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 |