aboutsummaryrefslogtreecommitdiffstats
path: root/audio/rhythmbox-devel
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-10-24 10:21:02 +0800
committermarcus <marcus@FreeBSD.org>2003-10-24 10:21:02 +0800
commit81dd1b220595dd4a07ebb52529cad675b424f02b (patch)
treea0cbebb14180ff024336d053d5f99807937ec3df /audio/rhythmbox-devel
parent5fec749920c4e13be25a9405b6274d0b6ec052d1 (diff)
downloadfreebsd-ports-gnome-81dd1b220595dd4a07ebb52529cad675b424f02b.tar.gz
freebsd-ports-gnome-81dd1b220595dd4a07ebb52529cad675b424f02b.tar.zst
freebsd-ports-gnome-81dd1b220595dd4a07ebb52529cad675b424f02b.zip
Fix build on -STABLE.
Diffstat (limited to 'audio/rhythmbox-devel')
-rw-r--r--audio/rhythmbox-devel/files/patch-sources_rb-library-source.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/rhythmbox-devel/files/patch-sources_rb-library-source.c b/audio/rhythmbox-devel/files/patch-sources_rb-library-source.c
new file mode 100644
index 000000000000..9872b5751d18
--- /dev/null
+++ b/audio/rhythmbox-devel/files/patch-sources_rb-library-source.c
@@ -0,0 +1,13 @@
+--- sources/rb-library-source.c.orig Thu Oct 23 22:18:14 2003
++++ sources/rb-library-source.c Thu Oct 23 22:18:24 2003
+@@ -1358,9 +1358,9 @@
+ static void
+ query_complete_cb (RhythmDBQueryModel *model, RBLibrarySource *source)
+ {
+- rb_debug ("query complete");
+ struct RBLibrarySourceQueryCompleteData *data
+ = g_new0 (struct RBLibrarySourceQueryCompleteData, 1);
++ rb_debug ("query complete");
+ data->model = model;
+ data->source = source;
+ g_object_ref (G_OBJECT (model));