diff options
-rw-r--r-- | x11-plugins/wmdl/ChangeLog | 9 | ||||
-rw-r--r-- | x11-plugins/wmdl/wmdl-1.4.1.ebuild | 6 |
2 files changed, 9 insertions, 6 deletions
diff --git a/x11-plugins/wmdl/ChangeLog b/x11-plugins/wmdl/ChangeLog index e7f9a281406e..36b2fcb38d3a 100644 --- a/x11-plugins/wmdl/ChangeLog +++ b/x11-plugins/wmdl/ChangeLog @@ -1,8 +1,11 @@ # ChangeLog for x11-plugins/wmdl -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdl/ChangeLog,v 1.14 2009/04/28 14:52:17 s4t4n Exp $ +# Copyright 2002-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdl/ChangeLog,v 1.15 2010/09/20 09:08:04 s4t4n Exp $ - 28 Ape 2009; Michele Noberasco <s4t4n@gentoo.org> files/makefile.diff: + 20 Sep 2010; Michele Noberasco <s4t4n@gentoo.org> wmdl-1.4.1.ebuild: + Honour Gentoo LDFLAGS. Closes bug #337919. + + 28 Apr 2009; Michele Noberasco <s4t4n@gentoo.org> files/makefile.diff: Reworked patch so that CC is no longer hardcoded, bug #215651. 28 Nov 2008; Tiago Cunha <tcunha@gentoo.org> wmdl-1.4.1.ebuild: diff --git a/x11-plugins/wmdl/wmdl-1.4.1.ebuild b/x11-plugins/wmdl/wmdl-1.4.1.ebuild index c6f490b420b9..4e184ebbef9e 100644 --- a/x11-plugins/wmdl/wmdl-1.4.1.ebuild +++ b/x11-plugins/wmdl/wmdl-1.4.1.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/wmdl/wmdl-1.4.1.ebuild,v 1.17 2009/04/28 14:41:17 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdl/wmdl-1.4.1.ebuild,v 1.18 2010/09/20 09:08:04 s4t4n Exp $ inherit eutils @@ -28,7 +28,7 @@ src_unpack() { } src_compile() { - emake || die "parallel make failed" + emake FLAGS="${CFLAGS} ${LDFLAGS}" || die "parallel make failed" } src_install() { |