aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2006-01-01 03:11:26 +0800
committermarcus <marcus@FreeBSD.org>2006-01-01 03:11:26 +0800
commit18cf66e0bcea027bd37145b03da3a91f0509a829 (patch)
treee5482e10bfb72fcc8bc22d488a04c246d93c1fa7 /audio
parent23c5ac19ae1b98012aaefaf4d5698a651a4734b5 (diff)
downloadfreebsd-ports-gnome-18cf66e0bcea027bd37145b03da3a91f0509a829.tar.gz
freebsd-ports-gnome-18cf66e0bcea027bd37145b03da3a91f0509a829.tar.zst
freebsd-ports-gnome-18cf66e0bcea027bd37145b03da3a91f0509a829.zip
Fix build with dbus-0.60.
Obtained from: GNOME CVS
Diffstat (limited to 'audio')
-rw-r--r--audio/rhythmbox-devel/files/patch-shell_main.c11
-rw-r--r--audio/rhythmbox/files/patch-shell_main.c11
2 files changed, 22 insertions, 0 deletions
diff --git a/audio/rhythmbox-devel/files/patch-shell_main.c b/audio/rhythmbox-devel/files/patch-shell_main.c
new file mode 100644
index 000000000000..3d612ad0405b
--- /dev/null
+++ b/audio/rhythmbox-devel/files/patch-shell_main.c
@@ -0,0 +1,11 @@
+--- shell/main.c.orig Sat Dec 31 14:09:43 2005
++++ shell/main.c Sat Dec 31 14:09:54 2005
+@@ -266,7 +266,7 @@ main (int argc, char **argv)
+ G_TYPE_STRING,
+ "org.gnome.Rhythmbox",
+ G_TYPE_UINT,
+- DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT,
++ DBUS_NAME_FLAG_DO_NOT_QUEUE,
+ G_TYPE_INVALID,
+ G_TYPE_UINT,
+ &request_name_reply,
diff --git a/audio/rhythmbox/files/patch-shell_main.c b/audio/rhythmbox/files/patch-shell_main.c
new file mode 100644
index 000000000000..3d612ad0405b
--- /dev/null
+++ b/audio/rhythmbox/files/patch-shell_main.c
@@ -0,0 +1,11 @@
+--- shell/main.c.orig Sat Dec 31 14:09:43 2005
++++ shell/main.c Sat Dec 31 14:09:54 2005
+@@ -266,7 +266,7 @@ main (int argc, char **argv)
+ G_TYPE_STRING,
+ "org.gnome.Rhythmbox",
+ G_TYPE_UINT,
+- DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT,
++ DBUS_NAME_FLAG_DO_NOT_QUEUE,
+ G_TYPE_INVALID,
+ G_TYPE_UINT,
+ &request_name_reply,