aboutsummaryrefslogtreecommitdiff
path: root/sysutils/xfce4-showdesktop-plugin/files
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2004-01-10 17:36:28 +0000
committerPete Fritchman <petef@FreeBSD.org>2004-01-10 17:36:28 +0000
commitdd760bdb8d3dcd57279192704698e6442f58f62b (patch)
treeb632621573f39c973fc942e7b0ab0d1f3df3396e /sysutils/xfce4-showdesktop-plugin/files
parent4668c3f6c0230cc48e19c9148aec5325d3586fb1 (diff)
downloadports-dd760bdb8d3dcd57279192704698e6442f58f62b.tar.gz
ports-dd760bdb8d3dcd57279192704698e6442f58f62b.zip
Fix build on -stable.
PR: 61153 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=97879
Diffstat (limited to 'sysutils/xfce4-showdesktop-plugin/files')
-rw-r--r--sysutils/xfce4-showdesktop-plugin/files/patch-panel-plugin::showdesktop.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/sysutils/xfce4-showdesktop-plugin/files/patch-panel-plugin::showdesktop.c b/sysutils/xfce4-showdesktop-plugin/files/patch-panel-plugin::showdesktop.c
new file mode 100644
index 000000000000..f8221bbeaaf0
--- /dev/null
+++ b/sysutils/xfce4-showdesktop-plugin/files/patch-panel-plugin::showdesktop.c
@@ -0,0 +1,17 @@
+$FreeBSD$
+
+--- panel-plugin/showdesktop.c.orig Wed Nov 5 12:06:04 2003
++++ panel-plugin/showdesktop.c Sat Jan 10 11:21:40 2004
+@@ -225,10 +225,11 @@
+ static void
+ plugin_free (Control *ctrl)
+ {
++ gui *plugin;
+ g_return_if_fail (ctrl != NULL);
+ g_return_if_fail (ctrl->data != NULL);
+
+- gui *plugin = ctrl->data;
++ plugin = ctrl->data;
+ g_free(plugin);
+ }
+