diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2005-03-25 01:42:02 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2005-03-25 01:42:02 +0000 |
commit | 3a552034b20b5d5b84a8622af3c95352caaea239 (patch) | |
tree | fe05eb04b3d460f21e15f4778fe858be45164a05 /gnome-base/libgnome/files | |
parent | Added ~sparc keyword. (diff) | |
download | gentoo-2-3a552034b20b5d5b84a8622af3c95352caaea239.tar.gz gentoo-2-3a552034b20b5d5b84a8622af3c95352caaea239.tar.bz2 gentoo-2-3a552034b20b5d5b84a8622af3c95352caaea239.zip |
gcc4 compile fix, bug #85558
(Portage version: 2.0.51.19)
Diffstat (limited to 'gnome-base/libgnome/files')
-rw-r--r-- | gnome-base/libgnome/files/libgnome-gcc4.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gnome-base/libgnome/files/libgnome-gcc4.patch b/gnome-base/libgnome/files/libgnome-gcc4.patch new file mode 100644 index 000000000000..350b17e66c1c --- /dev/null +++ b/gnome-base/libgnome/files/libgnome-gcc4.patch @@ -0,0 +1,12 @@ +diff -ur libgnome-2.8.1-orig/libgnome/gnome-gconf.c libgnome-2.8.1/libgnome/gnome-gconf.c +--- libgnome-2.8.1-orig/libgnome/gnome-gconf.c 2005-03-05 14:01:22.000000000 -0500 ++++ libgnome-2.8.1/libgnome/gnome-gconf.c 2005-03-05 14:06:09.000000000 -0500 +@@ -30,6 +30,7 @@ + #define GCONF_ENABLE_INTERNALS + #include <gconf/gconf.h> + #include <gconf/gconf-client.h> ++#include <popt.h> + extern struct poptOption gconf_options[]; + + #include "gnome-i18nP.h" + |