diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2010-09-17 10:11:31 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2010-09-17 10:11:31 +0000 |
commit | 5923a037166e695f2eeda008193491f9337d35c4 (patch) | |
tree | ea988e72fddb4807eaff6af9540d90f57ec5282b /x11-plugins/wminet | |
parent | stable x86, bug 337134 (diff) | |
download | gentoo-2-5923a037166e695f2eeda008193491f9337d35c4.tar.gz gentoo-2-5923a037166e695f2eeda008193491f9337d35c4.tar.bz2 gentoo-2-5923a037166e695f2eeda008193491f9337d35c4.zip |
Honour Gentoo LDFLAGS, see bug #337726.
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'x11-plugins/wminet')
-rw-r--r-- | x11-plugins/wminet/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wminet/wminet-3.0.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-plugins/wminet/ChangeLog b/x11-plugins/wminet/ChangeLog index 23ac5658f63f..33e9eaeae9c5 100644 --- a/x11-plugins/wminet/ChangeLog +++ b/x11-plugins/wminet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wminet -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wminet/ChangeLog,v 1.15 2008/11/28 18:52:33 tcunha Exp $ +# Copyright 2002-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wminet/ChangeLog,v 1.16 2010/09/17 10:11:31 s4t4n Exp $ + + 17 Sep 2010; Michele Noberasco <s4t4n@gentoo.org> wminet-3.0.0.ebuild: + Honour Gentoo LDFLAGS, see bug #337726. 28 Nov 2008; Tiago Cunha <tcunha@gentoo.org> wminet-3.0.0.ebuild: stable sparc, bug 215651 diff --git a/x11-plugins/wminet/wminet-3.0.0.ebuild b/x11-plugins/wminet/wminet-3.0.0.ebuild index c33a30948b1a..b0fcae5ec94a 100644 --- a/x11-plugins/wminet/wminet-3.0.0.ebuild +++ b/x11-plugins/wminet/wminet-3.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 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/wminet/wminet-3.0.0.ebuild,v 1.5 2008/11/28 18:52:33 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wminet/wminet-3.0.0.ebuild,v 1.6 2010/09/17 10:11:31 s4t4n Exp $ inherit toolchain-funcs @@ -22,7 +22,7 @@ DEPEND="${RDEPEND} src_compile() { tc-export CC econf - emake || die "emake failed." + emake LDFLAGS="${LDFLAGS}" || die "emake failed." } src_install() { |