diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2004-10-31 05:19:21 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2004-10-31 05:19:21 +0000 |
commit | 7beb4bf214cc25fb40b4d6f95c7b4df8c9528174 (patch) | |
tree | fd71b81987c4f06df779f230780ab258c91d47d6 /lang/gcc46/files | |
parent | 2e807e3104f20bccc15ce1deeb51bf8d8e61d2f1 (diff) | |
download | ports-7beb4bf214cc25fb40b4d6f95c7b4df8c9528174.tar.gz ports-7beb4bf214cc25fb40b4d6f95c7b4df8c9528174.zip |
Complete the repo-copy of gcc34 to gcc40 and update to the 20041024
snapshot of GCC 4.0.0.
PR: 71696.
Notes
Notes:
svn path=/head/; revision=120512
Diffstat (limited to 'lang/gcc46/files')
-rw-r--r-- | lang/gcc46/files/patch-libcpp-internal.h | 15 | ||||
-rw-r--r-- | lang/gcc46/files/patch-libjava::Makefile.in | 11 |
2 files changed, 15 insertions, 11 deletions
diff --git a/lang/gcc46/files/patch-libcpp-internal.h b/lang/gcc46/files/patch-libcpp-internal.h new file mode 100644 index 000000000000..f8b8cd689c97 --- /dev/null +++ b/lang/gcc46/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 diff --git a/lang/gcc46/files/patch-libjava::Makefile.in b/lang/gcc46/files/patch-libjava::Makefile.in deleted file mode 100644 index 561b2632eb42..000000000000 --- a/lang/gcc46/files/patch-libjava::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- libjava/Makefile.in.orig Tue Aug 31 09:39:04 2004 -+++ libjava/Makefile.in Tue Aug 31 09:39:46 2004 -@@ -180,7 +180,7 @@ - - toolexecmainlib_DATA = libgcj.spec - --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = libgcj.pc - - jardir = $(datadir)/java |