aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc47/files
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2004-11-08 23:46:03 +0800
committergerald <gerald@FreeBSD.org>2004-11-08 23:46:03 +0800
commit401655558c56650710be23fa0e79a7ad4fdbe5d4 (patch)
tree5bb28d5e4352488992d9810fcfc42bfdb64e38af /lang/gcc47/files
parenta13c7a069eafe5e8375bd2600431b08cb8908ffb (diff)
downloadfreebsd-ports-gnome-401655558c56650710be23fa0e79a7ad4fdbe5d4.tar.gz
freebsd-ports-gnome-401655558c56650710be23fa0e79a7ad4fdbe5d4.tar.zst
freebsd-ports-gnome-401655558c56650710be23fa0e79a7ad4fdbe5d4.zip
Update to the 20041107 snapshot of GCC 4.0.0 which contains some iconv-
related fixes I had submitted upstream.
Diffstat (limited to 'lang/gcc47/files')
-rw-r--r--lang/gcc47/files/patch-libcpp-internal.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/lang/gcc47/files/patch-libcpp-internal.h b/lang/gcc47/files/patch-libcpp-internal.h
deleted file mode 100644
index f8b8cd689c97..000000000000
--- a/lang/gcc47/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