diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2007-01-21 17:59:04 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2007-01-21 17:59:04 +0000 |
commit | 283c580f2095f0e78c087ed0e3fc220b8e44a697 (patch) | |
tree | cdb12f83590171df25c9c4322fbb38377db24f03 /xfce-extra/xfce4-genmon/files | |
parent | Fixed compilation with --as-needed. Fix provided by Samuli Suominen <sasuomin... (diff) | |
download | gentoo-2-283c580f2095f0e78c087ed0e3fc220b8e44a697.tar.gz gentoo-2-283c580f2095f0e78c087ed0e3fc220b8e44a697.tar.bz2 gentoo-2-283c580f2095f0e78c087ed0e3fc220b8e44a697.zip |
Fixed compilation with --as-needed. Fix provided by Samuli Suominen <sasuomin@uusikaupunki.fi> on bug #160543.
(Portage version: 2.1.2-r1)
Diffstat (limited to 'xfce-extra/xfce4-genmon/files')
-rw-r--r-- | xfce-extra/xfce4-genmon/files/digest-xfce4-genmon-3.0-r1 | 3 | ||||
-rw-r--r-- | xfce-extra/xfce4-genmon/files/xfce4-genmon-3.0-asneeded.patch | 12 |
2 files changed, 15 insertions, 0 deletions
diff --git a/xfce-extra/xfce4-genmon/files/digest-xfce4-genmon-3.0-r1 b/xfce-extra/xfce4-genmon/files/digest-xfce4-genmon-3.0-r1 new file mode 100644 index 000000000000..c784d27290f4 --- /dev/null +++ b/xfce-extra/xfce4-genmon/files/digest-xfce4-genmon-3.0-r1 @@ -0,0 +1,3 @@ +MD5 e44c78dab7a2856b76d5a1d8c9e6ebf2 xfce4-genmon-plugin-3.0.tar.bz2 40470 +RMD160 37415fe91c6c9f07de82e0ab3e14ce1aa25e3c3a xfce4-genmon-plugin-3.0.tar.bz2 40470 +SHA256 edb4114d4bef25ad1d3692ba344b6fb6c587a92014353d5f34859d36455f7db1 xfce4-genmon-plugin-3.0.tar.bz2 40470 diff --git a/xfce-extra/xfce4-genmon/files/xfce4-genmon-3.0-asneeded.patch b/xfce-extra/xfce4-genmon/files/xfce4-genmon-3.0-asneeded.patch new file mode 100644 index 000000000000..4df67e10792e --- /dev/null +++ b/xfce-extra/xfce4-genmon/files/xfce4-genmon-3.0-asneeded.patch @@ -0,0 +1,12 @@ +diff -ur xfce4-genmon-plugin-3.0.orig/panel-plugin/Makefile.am xfce4-genmon-plugin-3.0/panel-plugin/Makefile.am +--- xfce4-genmon-plugin-3.0.orig/panel-plugin/Makefile.am 2006-10-13 19:08:29.000000000 +0300 ++++ xfce4-genmon-plugin-3.0/panel-plugin/Makefile.am 2007-01-06 20:51:04.000000000 +0200 +@@ -5,7 +5,7 @@ + -DPACKAGE_LOCALE_DIR=\"$(localedir)\" \ + @LIBXFCE4PANEL_CFLAGS@ + +-xfce4_genmon_plugin_LDFLAGS = \ ++xfce4_genmon_plugin_LDADD = \ + @LIBXFCE4PANEL_LIBS@ + + xfce4_genmon_plugin_SOURCES = \ |