summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-08-07 12:33:45 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-08-07 12:33:45 +0000
commit6d31ccab24c30c20a2b8de8b1ebd756517f2ed1d (patch)
tree92ef57fbb3b522c5fed695a1fb0d9a9e769671a3 /xfce-extra/xfce4-mailwatch-plugin/files
parentVersion bump. Drop older (2010-07 didnt work at all for me). (diff)
downloadgentoo-2-6d31ccab24c30c20a2b8de8b1ebd756517f2ed1d.tar.gz
gentoo-2-6d31ccab24c30c20a2b8de8b1ebd756517f2ed1d.tar.bz2
gentoo-2-6d31ccab24c30c20a2b8de8b1ebd756517f2ed1d.zip
Fix LDFLAGS vs. LDADD mistake in Makefile.am and link to libxfcegui4 wrt #331501 by Diego E. Pettenò.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-mailwatch-plugin/files')
-rw-r--r--xfce-extra/xfce4-mailwatch-plugin/files/xfce4-mailwatch-plugin-1.1.0-link_to_libxfcegui4.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/xfce-extra/xfce4-mailwatch-plugin/files/xfce4-mailwatch-plugin-1.1.0-link_to_libxfcegui4.patch b/xfce-extra/xfce4-mailwatch-plugin/files/xfce4-mailwatch-plugin-1.1.0-link_to_libxfcegui4.patch
new file mode 100644
index 000000000000..1df738ce220a
--- /dev/null
+++ b/xfce-extra/xfce4-mailwatch-plugin/files/xfce4-mailwatch-plugin-1.1.0-link_to_libxfcegui4.patch
@@ -0,0 +1,31 @@
+http://bugzilla.xfce.org/show_bug.cgi?id=6608
+http://bugs.gentoo.org/331501
+
+--- panel-plugin/Makefile.am
++++ panel-plugin/Makefile.am
+@@ -49,6 +49,7 @@
+ xfce4_mailwatch_plugin_CFLAGS = \
+ -I$(top_srcdir)/libmailwatch-core \
+ @GTHREAD_CFLAGS@ \
++ @LIBXFCEGUI4_CFLAGS@ \
+ @LIBXFCE4PANEL_CFLAGS@ \
+ -DDATADIR=\"$(datadir)\" \
+ -DLOCALEDIR=\"$(localedir)\"
+@@ -56,14 +57,15 @@
+ xfce4_mailwatch_plugin_DEPENDENCIES = \
+ $(top_builddir)/libmailwatch-core/libmailwatch-core.la
+
+-xfce4_mailwatch_plugin_LDFLAGS = \
++xfce4_mailwatch_plugin_LDADD = \
+ $(top_builddir)/libmailwatch-core/libmailwatch-core.la \
+ @GTHREAD_LIBS@ \
++ @LIBXFCEGUI4_LIBS@ \
+ @LIBXFCE4PANEL_LIBS@ \
+ @GNUTLS_LIBS@
+
+ if HAVE_CYGWIN
+- xfce4_mailwatch_plugin_LDFLAGS += \
++ xfce4_mailwatch_plugin_LDFLAGS = \
+ -no-undefined
+ endif
+