summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Boshell <leonardop@gentoo.org>2004-02-12 17:01:22 +0000
committerLeonardo Boshell <leonardop@gentoo.org>2004-02-12 17:01:22 +0000
commit95147b1f8b2622a0a01535552c005ada2ef601cb (patch)
tree89e57e944e534da8b46b1646e17e185e19ea41d3 /media-sound/rhythmbox/files
parentUse the proper menu icon (Manifest recommit) (diff)
downloadgentoo-2-95147b1f8b2622a0a01535552c005ada2ef601cb.tar.gz
gentoo-2-95147b1f8b2622a0a01535552c005ada2ef601cb.tar.bz2
gentoo-2-95147b1f8b2622a0a01535552c005ada2ef601cb.zip
Patch to make it compile with gcc-2. Copyright date fixes..
Diffstat (limited to 'media-sound/rhythmbox/files')
-rw-r--r--media-sound/rhythmbox/files/rhythmbox-0.6.5-gcc2_fix.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/media-sound/rhythmbox/files/rhythmbox-0.6.5-gcc2_fix.patch b/media-sound/rhythmbox/files/rhythmbox-0.6.5-gcc2_fix.patch
new file mode 100644
index 000000000000..0492f0765545
--- /dev/null
+++ b/media-sound/rhythmbox/files/rhythmbox-0.6.5-gcc2_fix.patch
@@ -0,0 +1,18 @@
+diff -NurB rhythmbox-0.6.5-orig/shell/rb-shell.c rhythmbox-0.6.5/shell/rb-shell.c
+--- rhythmbox-0.6.5-orig/shell/rb-shell.c 2004-02-12 11:34:12.000000000 -0500
++++ rhythmbox-0.6.5/shell/rb-shell.c 2004-02-12 11:34:45.000000000 -0500
+@@ -608,12 +608,13 @@
+ const CORBA_char *uri,
+ CORBA_Environment *ev)
+ {
++ GnomeVFSURI *vfsuri;
+ RBShell *shell = RB_SHELL (bonobo_object (_servant));
+ RBPlaylist *parser;
+
+ rb_debug ("handling uri: %s", uri);
+
+- GnomeVFSURI *vfsuri = gnome_vfs_uri_new (uri);
++ vfsuri = gnome_vfs_uri_new (uri);
+ if (!vfsuri) {
+ rb_error_dialog (_("Unable to parse URI \"%s\"\n"), uri);
+ return;