diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2010-09-13 08:01:26 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2010-09-13 08:01:26 +0000 |
commit | c1dc44187571e65167d8039219f539f9f68fdf80 (patch) | |
tree | 00001d303ee82ac485ea60613ba47fa57468e822 | |
parent | Honour Gentoo LDFLAGS, see bug #336982. (diff) | |
download | gentoo-2-c1dc44187571e65167d8039219f539f9f68fdf80.tar.gz gentoo-2-c1dc44187571e65167d8039219f539f9f68fdf80.tar.bz2 gentoo-2-c1dc44187571e65167d8039219f539f9f68fdf80.zip |
Honour Gentoo LDFLAGS, see bug #336979.
(Portage version: 2.1.8.3/cvs/Linux i686)
-rw-r--r-- | x11-plugins/wmdate/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmdate/wmdate-0.7.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-plugins/wmdate/ChangeLog b/x11-plugins/wmdate/ChangeLog index bfba4160203b..b0df2e59587c 100644 --- a/x11-plugins/wmdate/ChangeLog +++ b/x11-plugins/wmdate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmdate -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdate/ChangeLog,v 1.12 2008/11/25 23:52:14 tcunha Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdate/ChangeLog,v 1.13 2010/09/13 08:01:26 s4t4n Exp $ + + 13 Sep 2010; Michele Noberasco <s4t4n@gentoo.org> wmdate-0.7.ebuild: + Honour Gentoo LDFLAGS, see bug #336979. 25 Nov 2008; Tiago Cunha <tcunha@gentoo.org> wmdate-0.7.ebuild: stable sparc, bug 215651 diff --git a/x11-plugins/wmdate/wmdate-0.7.ebuild b/x11-plugins/wmdate/wmdate-0.7.ebuild index 32213bd6fdfa..58fce18db3df 100644 --- a/x11-plugins/wmdate/wmdate-0.7.ebuild +++ b/x11-plugins/wmdate/wmdate-0.7.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/wmdate/wmdate-0.7.ebuild,v 1.11 2008/11/25 23:52:14 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdate/wmdate-0.7.ebuild,v 1.12 2010/09/13 08:01:26 s4t4n Exp $ inherit eutils toolchain-funcs @@ -30,7 +30,7 @@ src_unpack() { src_compile() { xmkmf || die "xmkmf failed." emake CC="$(tc-getCC)" CDEBUGFLAGS="${CFLAGS}" \ - || die "emake failed." + LDOPTIONS="${LDFLAGS}" || die "emake failed." } src_install() { |