diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2010-09-09 10:20:58 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2010-09-09 10:20:58 +0000 |
commit | 1af43985d668e293f7fbbf377218376f8011e3ee (patch) | |
tree | 256e3f4ada9fad58e071f713e6e8ec36f57b1791 /x11-plugins/wmfortune | |
parent | Honour Gentoo LDFLAGS, see bug #336537. (diff) | |
download | gentoo-2-1af43985d668e293f7fbbf377218376f8011e3ee.tar.gz gentoo-2-1af43985d668e293f7fbbf377218376f8011e3ee.tar.bz2 gentoo-2-1af43985d668e293f7fbbf377218376f8011e3ee.zip |
Honour Gentoo LDFLAGS. Closes bug #336446.
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'x11-plugins/wmfortune')
-rw-r--r-- | x11-plugins/wmfortune/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmfortune/wmfortune-0.241.ebuild | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/x11-plugins/wmfortune/ChangeLog b/x11-plugins/wmfortune/ChangeLog index 1ac43c0d69f0..86a391dbba00 100644 --- a/x11-plugins/wmfortune/ChangeLog +++ b/x11-plugins/wmfortune/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmfortune -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfortune/ChangeLog,v 1.12 2009/03/16 16:24:36 s4t4n Exp $ +# Copyright 2000-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfortune/ChangeLog,v 1.13 2010/09/09 10:20:58 s4t4n Exp $ + + 09 Sep 2010; Michele Noberasco <s4t4n@gentoo.org> wmfortune-0.241.ebuild: + Honour Gentoo LDFLAGS. Closes bug #336446. 16 Mar 2009; Michele Noberasco <s4t4n@gentoo.org> wmfortune-0.241.ebuild: Updated HOMEPAGE and SRC_URI. Closes bug #259606. diff --git a/x11-plugins/wmfortune/wmfortune-0.241.ebuild b/x11-plugins/wmfortune/wmfortune-0.241.ebuild index d0ec462652ed..83c121754ced 100644 --- a/x11-plugins/wmfortune/wmfortune-0.241.ebuild +++ b/x11-plugins/wmfortune/wmfortune-0.241.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfortune/wmfortune-0.241.ebuild,v 1.14 2009/03/16 16:24:36 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfortune/wmfortune-0.241.ebuild,v 1.15 2010/09/09 10:20:58 s4t4n Exp $ inherit eutils multilib toolchain-funcs @@ -25,6 +25,9 @@ src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/${P}-stringh.patch + + # Honour Gentoo LDFLAGS. Closes bug #336446. + sed -i 's/-o $(DEST)/$(LDFLAGS) -o $(DEST)/' Makefile } src_compile() { |