diff options
author | 2008-09-06 20:44:57 +0000 | |
---|---|---|
committer | 2008-09-06 20:44:57 +0000 | |
commit | 60b24d9b487ac782e42fbde49429b751ebbc429e (patch) | |
tree | f6f07dcc3d3ef1815ae69ffff98dd64899f50188 /dev-libs/libx86/libx86-0.99.ebuild | |
parent | whitespace (diff) | |
download | gentoo-2-60b24d9b487ac782e42fbde49429b751ebbc429e.tar.gz gentoo-2-60b24d9b487ac782e42fbde49429b751ebbc429e.tar.bz2 gentoo-2-60b24d9b487ac782e42fbde49429b751ebbc429e.zip |
Fix compile failure with linux-headers-2.6.26, bug 235599.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 i686)
Diffstat (limited to 'dev-libs/libx86/libx86-0.99.ebuild')
-rw-r--r-- | dev-libs/libx86/libx86-0.99.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-libs/libx86/libx86-0.99.ebuild b/dev-libs/libx86/libx86-0.99.ebuild index 37e947372602..bc690ee4797a 100644 --- a/dev-libs/libx86/libx86-0.99.ebuild +++ b/dev-libs/libx86/libx86-0.99.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libx86/libx86-0.99.ebuild,v 1.5 2008/08/07 21:54:46 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libx86/libx86-0.99.ebuild,v 1.6 2008/09/06 20:44:56 ulm Exp $ inherit eutils multilib @@ -20,6 +20,8 @@ src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/${P}-build.patch + # fix compile failure with linux-headers-2.6.26, bug 235599 + epatch "${FILESDIR}"/${PN}-0.99-ifmask.patch } src_compile() { |