diff options
author | rene <rene@FreeBSD.org> | 2010-10-26 22:43:31 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2010-10-26 22:43:31 +0800 |
commit | bb2a0130a4f6a5d351270fcd567dd6ec81ae5796 (patch) | |
tree | 65358d72157f83b79a59b874a7b6142795683a9f /x11 | |
parent | 458ba78031d4c224197350b921a4f3a731d565a3 (diff) | |
download | freebsd-ports-gnome-bb2a0130a4f6a5d351270fcd567dd6ec81ae5796.tar.gz freebsd-ports-gnome-bb2a0130a4f6a5d351270fcd567dd6ec81ae5796.tar.zst freebsd-ports-gnome-bb2a0130a4f6a5d351270fcd567dd6ec81ae5796.zip |
Fix build with clang
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xfce4-clipman-plugin/files/patch-panel-plugin_xfce4-clipman-settings.c | 11 |
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); |