diff options
author | 2010-09-01 08:30:49 +0000 | |
---|---|---|
committer | 2010-09-01 08:30:49 +0000 | |
commit | 21e8bcd11d5ebe74727e14e6d569405d1ff1713e (patch) | |
tree | 41a8d502f0735b1c43558e6233cd2c1ceb708a8d /x11-plugins | |
parent | Version bump, fixes CVE-2010-3056 (diff) | |
download | gentoo-2-21e8bcd11d5ebe74727e14e6d569405d1ff1713e.tar.gz gentoo-2-21e8bcd11d5ebe74727e14e6d569405d1ff1713e.tar.bz2 gentoo-2-21e8bcd11d5ebe74727e14e6d569405d1ff1713e.zip |
Fix installation of missing documentation. Closes bug #315811.
Honour Gentoo LDFLAGS.
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmnet/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmnet/wmnet-1.06-r1.ebuild | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/x11-plugins/wmnet/ChangeLog b/x11-plugins/wmnet/ChangeLog index a0ad3743801d..7be200c615d6 100644 --- a/x11-plugins/wmnet/ChangeLog +++ b/x11-plugins/wmnet/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmnet -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnet/ChangeLog,v 1.23 2007/07/22 04:44:41 dberkholz Exp $ +# Copyright 2002-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnet/ChangeLog,v 1.24 2010/09/01 08:30:49 s4t4n Exp $ + + 01 Sep 2010; Michele Noberasco <s4t4n@gentoo.org>; wmnet-1.06-r1.ebuild: + Fix installation of missing documentation. Closes bug #315811. + Honour Gentoo LDFLAGS. 22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; wmnet-1.06-r1.ebuild: Drop virtual/x11 references. diff --git a/x11-plugins/wmnet/wmnet-1.06-r1.ebuild b/x11-plugins/wmnet/wmnet-1.06-r1.ebuild index b8aebd4a5233..8033f2f490ba 100644 --- a/x11-plugins/wmnet/wmnet-1.06-r1.ebuild +++ b/x11-plugins/wmnet/wmnet-1.06-r1.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/wmnet/wmnet-1.06-r1.ebuild,v 1.10 2008/06/29 14:23:31 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnet/wmnet-1.06-r1.ebuild,v 1.11 2010/09/01 08:30:49 s4t4n Exp $ inherit eutils @@ -30,12 +30,11 @@ src_unpack() { src_compile() { xmkmf || die "xmkmf failed." - emake CDEBUGFLAGS="${CFLAGS}" || die "emake failed." + emake CDEBUGFLAGS="${CFLAGS}" LDOPTIONS="${LDFLAGS}" || die "emake failed." } src_install() { dobin wmnet - dohtml wmnet.1x.html newman wmnet.man wmnet.1 dodoc README Changelog } |