diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2010-08-31 08:51:59 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2010-08-31 08:51:59 +0000 |
commit | 8e87a07ab793df3d2e7159c2013cb31971b091b6 (patch) | |
tree | 9051e5d5cb2321dd83ff50086b16560ce61ff645 /x11-plugins | |
parent | Respect LDFLAGS, see bug #335031. (diff) | |
download | gentoo-2-8e87a07ab793df3d2e7159c2013cb31971b091b6.tar.gz gentoo-2-8e87a07ab793df3d2e7159c2013cb31971b091b6.tar.bz2 gentoo-2-8e87a07ab793df3d2e7159c2013cb31971b091b6.zip |
Make package honour LDFLAGS. Closes bug #335029.
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmsound/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmsound/wmsound-0.9.5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-plugins/wmsound/ChangeLog b/x11-plugins/wmsound/ChangeLog index 61c757df0f56..ebd16e78db03 100644 --- a/x11-plugins/wmsound/ChangeLog +++ b/x11-plugins/wmsound/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmsound -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsound/ChangeLog,v 1.8 2009/01/19 15:21:36 s4t4n Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsound/ChangeLog,v 1.9 2010/08/31 08:51:59 s4t4n Exp $ + + 31 Aug 2010; Michele Noberasco <s4t4n@gentoo.org> wmsound-0.9.5.ebuild: + Make package honour LDFLAGS. Closes bug #335029. 19 Jan 2009; Michele Noberasco <s4t4n@gentoo.org> wmsound-0.9.5.ebuild: Fixed compilation with --as-needed. Closes bug #248650. diff --git a/x11-plugins/wmsound/wmsound-0.9.5.ebuild b/x11-plugins/wmsound/wmsound-0.9.5.ebuild index 0ddbf987aa92..5101eed0dc5b 100644 --- a/x11-plugins/wmsound/wmsound-0.9.5.ebuild +++ b/x11-plugins/wmsound/wmsound-0.9.5.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/wmsound/wmsound-0.9.5.ebuild,v 1.7 2009/01/19 15:21:36 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsound/wmsound-0.9.5.ebuild,v 1.8 2010/08/31 08:51:59 s4t4n Exp $ inherit eutils @@ -42,7 +42,7 @@ src_compile() cd "${S}" xmkmf -a - emake CDEBUGFLAGS="${CFLAGS}" || die "make failed" + emake CDEBUGFLAGS="${CFLAGS}" LDOPTIONS="${LDFLAGS}" || die "make failed" } src_install() |