diff options
author | Raúl Porcel <armin76@gentoo.org> | 2012-08-08 15:01:45 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2012-08-08 15:01:45 +0000 |
commit | b37f2e4509ec969d25aa52e31d32410983859e01 (patch) | |
tree | 1af04fc569339640034f563c3732b7cdb0d26f76 /dev-libs/pth/pth-2.0.7-r3.ebuild | |
parent | respect CFLAGS (bug #430440) (diff) | |
download | gentoo-2-b37f2e4509ec969d25aa52e31d32410983859e01.tar.gz gentoo-2-b37f2e4509ec969d25aa52e31d32410983859e01.tar.bz2 gentoo-2-b37f2e4509ec969d25aa52e31d32410983859e01.zip |
Add patch to fix building in some arches with kernel-3
(Portage version: 2.1.11.5/cvs/Linux ia64)
Diffstat (limited to 'dev-libs/pth/pth-2.0.7-r3.ebuild')
-rw-r--r-- | dev-libs/pth/pth-2.0.7-r3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/pth/pth-2.0.7-r3.ebuild b/dev-libs/pth/pth-2.0.7-r3.ebuild index 41c6263b82ce..51cef80aadb5 100644 --- a/dev-libs/pth/pth-2.0.7-r3.ebuild +++ b/dev-libs/pth/pth-2.0.7-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-2.0.7-r3.ebuild,v 1.7 2012/05/09 15:21:08 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-2.0.7-r3.ebuild,v 1.8 2012/08/08 15:01:43 armin76 Exp $ EAPI=4 @@ -26,6 +26,7 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-2.0.6-sigstack.patch epatch "${FILESDIR}"/${PN}-2.0.7-parallel-install.patch epatch "${FILESDIR}"/${PN}-2.0.7-ia64.patch + epatch "${FILESDIR}"/${PN}-2.0.7-kernel-3.patch ht_fix_file aclocal.m4 configure |