summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xfce-extra/xfce4-radio-plugin/files/xfce4-radio-plugin-0.4.2-link_to_libxfcegui4.patch')
-rw-r--r--xfce-extra/xfce4-radio-plugin/files/xfce4-radio-plugin-0.4.2-link_to_libxfcegui4.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/xfce-extra/xfce4-radio-plugin/files/xfce4-radio-plugin-0.4.2-link_to_libxfcegui4.patch b/xfce-extra/xfce4-radio-plugin/files/xfce4-radio-plugin-0.4.2-link_to_libxfcegui4.patch
new file mode 100644
index 000000000000..fb23955df677
--- /dev/null
+++ b/xfce-extra/xfce4-radio-plugin/files/xfce4-radio-plugin-0.4.2-link_to_libxfcegui4.patch
@@ -0,0 +1,29 @@
+http://bugs.gentoo.org/show_bug.cgi?id=331495
+http://bugzilla.xfce.org/show_bug.cgi?id=6621
+
+--- configure.in
++++ configure.in
+@@ -31,6 +31,7 @@
+
+ dnl configure the panel plugin
+ XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.22])
++XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.3.22])
+
+ dnl check for i18n support
+ XDT_I18N([ar ca cs da de en_GB es eu fr gl hu id it ja lv nl pl pt_BR pt ru sq sv tr uk ur zh_TW ])
+--- panel-plugin/Makefile.am
++++ panel-plugin/Makefile.am
+@@ -10,10 +10,12 @@
+ xfce4_radio_plugin_CFLAGS = \
+ -DPACKAGE_LOCALE_DIR=\"$(localedir)\" \
+ @LIBXFCE4PANEL_CFLAGS@ \
++ @LIBXFCEGUI4_CFLAGS@ \
+ -std=c99
+
+ xfce4_radio_plugin_LDADD = \
+- @LIBXFCE4PANEL_LIBS@
++ @LIBXFCE4PANEL_LIBS@ \
++ @LIBXFCEGUI4_LIBS@
+
+ # .desktop file
+ #