diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2005-06-04 02:47:11 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2005-06-04 02:47:11 +0000 |
commit | f548132eae1fc8212ae9e05329f18cb8fa3f0ac3 (patch) | |
tree | c00e60b4377d0ab8525c2a639e9aa44bf216707b /gnome-base/bonobo/files | |
parent | change maintainer to myself. (diff) | |
download | gentoo-2-f548132eae1fc8212ae9e05329f18cb8fa3f0ac3.tar.gz gentoo-2-f548132eae1fc8212ae9e05329f18cb8fa3f0ac3.tar.bz2 gentoo-2-f548132eae1fc8212ae9e05329f18cb8fa3f0ac3.zip |
gcc4 patch
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'gnome-base/bonobo/files')
-rw-r--r-- | gnome-base/bonobo/files/bonobo-1.0.22-gcc4.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gnome-base/bonobo/files/bonobo-1.0.22-gcc4.patch b/gnome-base/bonobo/files/bonobo-1.0.22-gcc4.patch new file mode 100644 index 000000000000..6f960a9f2339 --- /dev/null +++ b/gnome-base/bonobo/files/bonobo-1.0.22-gcc4.patch @@ -0,0 +1,12 @@ +diff -ur bonobo-1.0.22-orig/tests/test-any.c bonobo-1.0.22/tests/test-any.c +--- bonobo-1.0.22-orig/tests/test-any.c 2005-06-03 18:56:19.000000000 -0400 ++++ bonobo-1.0.22/tests/test-any.c 2005-06-03 18:57:16.000000000 -0400 +@@ -15,7 +15,7 @@ + TC_octet + }; + +-static const struct CORBA_TypeCode_struct ++const struct CORBA_TypeCode_struct + TC_CORBA_sequence_CORBA_octet_struct = { + {{(ORBit_RootObject_Interface *) & ORBit_TypeCode_epv, TRUE, -1}, + ORBIT_PSEUDO_TYPECODE}, |