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 | 1902e90fa8b29a8aac625ac1998dd99f774f831e (patch) | |
tree | 05e9f42eaf04463b6f59201bc18c23b1f68f81f1 /x11-plugins/wmnetselect/wmnetselect-0.8-r1.ebuild | |
parent | Bump of .34 to use newer patchset, thanks to Andrew Lyon (diff) | |
download | historical-1902e90fa8b29a8aac625ac1998dd99f774f831e.tar.gz historical-1902e90fa8b29a8aac625ac1998dd99f774f831e.tar.bz2 historical-1902e90fa8b29a8aac625ac1998dd99f774f831e.zip |
Honour Gentoo LDFLAGS. Closes bug #335625.
Package-Manager: portage-2.1.8.3/cvs/Linux i686
Diffstat (limited to 'x11-plugins/wmnetselect/wmnetselect-0.8-r1.ebuild')
-rw-r--r-- | x11-plugins/wmnetselect/wmnetselect-0.8-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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 () { |