diff options
Diffstat (limited to 'lang/gcc47/files/patch-libcpp-internal.h')
-rw-r--r-- | lang/gcc47/files/patch-libcpp-internal.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lang/gcc47/files/patch-libcpp-internal.h b/lang/gcc47/files/patch-libcpp-internal.h new file mode 100644 index 000000000000..f8b8cd689c97 --- /dev/null +++ b/lang/gcc47/files/patch-libcpp-internal.h @@ -0,0 +1,15 @@ +Index: libcpp/internal.h +=================================================================== +RCS file: /cvs/gcc/gcc/libcpp/internal.h,v +retrieving revision 1.7 +diff -u -3 -p -r1.7 internal.h +--- internal.h 9 Sep 2004 19:16:55 -0000 1.7 ++++ internal.h 30 Oct 2004 17:27:31 -0000 +@@ -29,6 +29,7 @@ Foundation, 59 Temple Place - Suite 330, + #if defined HAVE_ICONV_H && defined HAVE_ICONV + #include <iconv.h> + #else ++#undef HAVE_ICONV + #define HAVE_ICONV 0 + typedef int iconv_t; /* dummy */ + #endif |