summaryrefslogtreecommitdiff
path: root/lang/gcc/files/patch-gcc-Makefile.in
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-12-15 07:45:53 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-12-15 07:45:53 +0000
commitc563a2cc0098ab04cb2bfeac41600bbf88ff3b6c (patch)
tree193c5fe4ca66343157758771f72db1379ab23439 /lang/gcc/files/patch-gcc-Makefile.in
parentUpdate from 1.3.11 RC to offical 1.3.11 release. (diff)
* Deal with GCC's configurary's assumption that /usr/local/{include,lib}
are searched automatically by the compiler by using --with-libiconv-prefix. W/o --with-libiconv-prefix, 'configure' finds the lib, but not the header. During the make, neither will be found; a lot of inconsistency here... * Deal with GCC's configurary's brokenness WRT --with-libiconv-prefix due not actually passing the found header path to CFLAGS in any way.
Notes
Notes: svn path=/head/; revision=95853
Diffstat (limited to 'lang/gcc/files/patch-gcc-Makefile.in')
-rw-r--r--lang/gcc/files/patch-gcc-Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/gcc/files/patch-gcc-Makefile.in b/lang/gcc/files/patch-gcc-Makefile.in
new file mode 100644
index 000000000000..9e69d6003011
--- /dev/null
+++ b/lang/gcc/files/patch-gcc-Makefile.in
@@ -0,0 +1,5 @@
+--- gcc/Makefile.in.orig Sun Dec 7 18:32:10 2003
++++ gcc/Makefile.in Sun Dec 14 23:19:41 2003
+@@ -707 +707 @@
+-ALL_CPPFLAGS = $(CPPFLAGS) $(X_CPPFLAGS) $(T_CPPFLAGS)
++ALL_CPPFLAGS = $(CPPFLAGS) $(X_CPPFLAGS) $(T_CPPFLAGS) @CONFIGURE_CPPFLAGS@