diff options
author | 2010-08-31 13:52:38 +0000 | |
---|---|---|
committer | 2010-08-31 13:52:38 +0000 | |
commit | 4e623de298edd774cee98c027eade5f279f9932d (patch) | |
tree | 0e416746c9bb94feb29eb6d378bc3e302e8bc031 /x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild | |
parent | Honour Gentoo LDFLAGS. Closes bug #334005. (diff) | |
download | gentoo-2-4e623de298edd774cee98c027eade5f279f9932d.tar.gz gentoo-2-4e623de298edd774cee98c027eade5f279f9932d.tar.bz2 gentoo-2-4e623de298edd774cee98c027eade5f279f9932d.zip |
Fixed nasty bug the wmmaiload compilation fails and a *binary version present in the tarball* is installed.
Fixes bug #334001.
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild')
-rw-r--r-- | x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild b/x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild index cadf371b0b84..7c2b35339ca8 100644 --- a/x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild +++ b/x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.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/wmmaiload/wmmaiload-2.2.1-r1.ebuild,v 1.6 2009/06/04 00:21:21 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild,v 1.7 2010/08/31 13:52:38 s4t4n Exp $ inherit eutils toolchain-funcs @@ -22,6 +22,7 @@ src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/${P}-gtk.patch + epatch "${FILESDIR}"/${P}-checkthread.patch } src_compile() { |