aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2010-10-26 14:43:31 +0000
committerRene Ladan <rene@FreeBSD.org>2010-10-26 14:43:31 +0000
commit262d7e180605976be7a39000697939b8fdbdde0c (patch)
treecd8d0f6df6c97fa7409aaaf245f88d02f5b9ac48 /x11
parent5c8f4fa0c2e15fb0c026a6367d2ac25f76529b01 (diff)
downloadports-262d7e180605976be7a39000697939b8fdbdde0c.tar.gz
ports-262d7e180605976be7a39000697939b8fdbdde0c.zip
Fix build with clang
Notes
Notes: svn path=/head/; revision=263622
Diffstat (limited to 'x11')
-rw-r--r--x11/xfce4-clipman-plugin/files/patch-panel-plugin_xfce4-clipman-settings.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/xfce4-clipman-plugin/files/patch-panel-plugin_xfce4-clipman-settings.c b/x11/xfce4-clipman-plugin/files/patch-panel-plugin_xfce4-clipman-settings.c
new file mode 100644
index 000000000000..4d06bf9aca7d
--- /dev/null
+++ b/x11/xfce4-clipman-plugin/files/patch-panel-plugin_xfce4-clipman-settings.c
@@ -0,0 +1,11 @@
+--- panel-plugin/xfce4-clipman-settings.c.orig 2009-09-12 02:59:31.000000000 +0200
++++ panel-plugin/xfce4-clipman-settings.c 2010-10-26 16:39:52.000000000 +0200
+@@ -661,7 +661,7 @@
+ if (unique_app_send_message (app, UNIQUE_ACTIVATE, NULL) == UNIQUE_RESPONSE_OK)
+ {
+ g_object_unref (app);
+- return;
++ return 0;
+ }
+ }
+ g_signal_connect (app, "message-received", G_CALLBACK (cb_unique_app), NULL);