diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2004-11-08 15:46:03 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2004-11-08 15:46:03 +0000 |
commit | 320bcd6f9a1966be3857709987bafa9ff8040db5 (patch) | |
tree | d8b99be6fdb05a9e3c57c1427fe8f3a0104e8cc7 /lang/gcc43/files | |
parent | 4db82ab157117b0f2cb0613625309799d0a0fd84 (diff) | |
download | ports-320bcd6f9a1966be3857709987bafa9ff8040db5.tar.gz ports-320bcd6f9a1966be3857709987bafa9ff8040db5.zip |
Notes
Diffstat (limited to 'lang/gcc43/files')
-rw-r--r-- | lang/gcc43/files/patch-libcpp-internal.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/lang/gcc43/files/patch-libcpp-internal.h b/lang/gcc43/files/patch-libcpp-internal.h deleted file mode 100644 index f8b8cd689c97..000000000000 --- a/lang/gcc43/files/patch-libcpp-internal.h +++ /dev/null @@ -1,15 +0,0 @@ -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 |