diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2010-09-02 10:32:10 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2010-09-02 10:32:10 +0000 |
commit | 3af6c1b296cd394c7954c99b88ffc1988284f86f (patch) | |
tree | f5f32d6b40510175db54763bfb3b2e9e7d6f6f1c /x11-plugins | |
parent | Bump of .34 to use newer patchset, thanks to Andrew Lyon (diff) | |
download | gentoo-2-3af6c1b296cd394c7954c99b88ffc1988284f86f.tar.gz gentoo-2-3af6c1b296cd394c7954c99b88ffc1988284f86f.tar.bz2 gentoo-2-3af6c1b296cd394c7954c99b88ffc1988284f86f.zip |
Honour Gentoo LDFLAGS. Closes bug #335625.
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmnetselect/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmnetselect/wmnetselect-0.8-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-plugins/wmnetselect/ChangeLog b/x11-plugins/wmnetselect/ChangeLog index ba6d570b46a4..3fc449b505d6 100644 --- a/x11-plugins/wmnetselect/ChangeLog +++ b/x11-plugins/wmnetselect/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmnetselect -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnetselect/ChangeLog,v 1.13 2007/07/22 04:42:55 dberkholz Exp $ +# Copyright 2002-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnetselect/ChangeLog,v 1.14 2010/09/02 10:32:10 s4t4n Exp $ + + 02 Sep 2010; Michele Noberasco <s4t4n@gentoo.org> wmnetselect-0.8-r1.ebuild: + Honour Gentoo LDFLAGS. Closes bug #335625. 22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; wmnetselect-0.8-r1.ebuild: diff --git a/x11-plugins/wmnetselect/wmnetselect-0.8-r1.ebuild b/x11-plugins/wmnetselect/wmnetselect-0.8-r1.ebuild index ae24a34cde2b..c734b993b5e9 100644 --- a/x11-plugins/wmnetselect/wmnetselect-0.8-r1.ebuild +++ b/x11-plugins/wmnetselect/wmnetselect-0.8-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 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/wmnetselect/wmnetselect-0.8-r1.ebuild,v 1.13 2007/07/22 04:42:54 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnetselect/wmnetselect-0.8-r1.ebuild,v 1.14 2010/09/02 10:32:10 s4t4n Exp $ IUSE="" DESCRIPTION="WindowMaker browser launcher docklet" @@ -22,7 +22,7 @@ DEPEND="${RDEPEND} src_compile() { xmkmf || die - emake CDEBUGFLAGS="${CFLAGS}" wmnetselect || die + emake CDEBUGFLAGS="${CFLAGS}" LDOPTIONS="${LDFLAGS}" wmnetselect || die } src_install () { |