diff options
author | oliver <oliver@FreeBSD.org> | 2011-04-28 13:59:37 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2011-04-28 13:59:37 +0800 |
commit | 0de840bbcd8dc1a89b8f8aefa4072dc9fd3bd02c (patch) | |
tree | 7ee07d13a8de2da2a24b884a0b12e0a5ce10bf15 /x11-wm/xfce4-desktop | |
parent | 8f188ae98fadab6e5292bf0c6779fb9f74cfb3cd (diff) | |
download | freebsd-ports-graphics-0de840bbcd8dc1a89b8f8aefa4072dc9fd3bd02c.tar.gz freebsd-ports-graphics-0de840bbcd8dc1a89b8f8aefa4072dc9fd3bd02c.tar.zst freebsd-ports-graphics-0de840bbcd8dc1a89b8f8aefa4072dc9fd3bd02c.zip |
fix the compilation if thunar support is disabled
Submitted by: Zhihao Yuan <lichray@gmail.com>
Diffstat (limited to 'x11-wm/xfce4-desktop')
-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 00000000000..4c19b11441a --- /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> + |