From c563a2cc0098ab04cb2bfeac41600bbf88ff3b6c Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Mon, 15 Dec 2003 07:45:53 +0000 Subject: * 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. --- lang/gcc45/files/patch-gcc-configure | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lang/gcc45/files/patch-gcc-configure (limited to 'lang/gcc45/files/patch-gcc-configure') diff --git a/lang/gcc45/files/patch-gcc-configure b/lang/gcc45/files/patch-gcc-configure new file mode 100644 index 000000000000..9e9b426276e0 --- /dev/null +++ b/lang/gcc45/files/patch-gcc-configure @@ -0,0 +1,5 @@ +--- gcc/configure.orig Sun Dec 14 22:51:04 2003 ++++ gcc/configure Sun Dec 14 22:51:25 2003 +@@ -8112 +8112 @@ +-s%@CPPFLAGS@%$CPPFLAGS%g ++s%@CONFIGURE_CPPFLAGS@%$CPPFLAGS%g -- cgit v1.2.3