diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2011-04-28 05:59:37 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2011-04-28 05:59:37 +0000 |
commit | a7e97623865f441ca565d57a5e3449ead7818dff (patch) | |
tree | 445a97a36aa5c2c384c072910e459cfa8fb5d21a /x11-wm | |
parent | 72da69b4cc04f3c39c0cc04aa867c8a8f312bd75 (diff) |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/xfce4-desktop/files/patch-src::xfdesktop-file-utils.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-wm/xfce4-desktop/files/patch-src::xfdesktop-file-utils.c b/x11-wm/xfce4-desktop/files/patch-src::xfdesktop-file-utils.c new file mode 100644 index 000000000000..4c19b11441a5 --- /dev/null +++ b/x11-wm/xfce4-desktop/files/patch-src::xfdesktop-file-utils.c @@ -0,0 +1,12 @@ +--- ./src/xfdesktop-file-utils.c.orig 2011-04-22 13:21:52.000000000 -0500 ++++ ./src/xfdesktop-file-utils.c 2011-04-27 12:32:33.676427006 -0500 +@@ -49,7 +49,9 @@ + + #include <libxfce4ui/libxfce4ui.h> + ++#ifdef HAVE_LIBEXO + #include <exo/exo.h> ++#endif + + #include <dbus/dbus-glib-lowlevel.h> + |