diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-04-09 18:53:45 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-04-09 18:53:45 +0000 |
commit | 9615e4e32b4ab5eb32a51a7b827f011c85c47098 (patch) | |
tree | eb729cbbef28372dddb679df3b99b17b706a9531 /dev-libs/libatomic_ops/libatomic_ops-1.2-r1.ebuild | |
parent | Force javac, as building with ecj fails, probably due to classpath polution. (diff) | |
download | gentoo-2-9615e4e32b4ab5eb32a51a7b827f011c85c47098.tar.gz gentoo-2-9615e4e32b4ab5eb32a51a7b827f011c85c47098.tar.bz2 gentoo-2-9615e4e32b4ab5eb32a51a7b827f011c85c47098.zip |
Add eautoreconf so the sh4 patch does something useful
(Portage version: 2.1.7.17/cvs/Linux ia64)
Diffstat (limited to 'dev-libs/libatomic_ops/libatomic_ops-1.2-r1.ebuild')
-rw-r--r-- | dev-libs/libatomic_ops/libatomic_ops-1.2-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-libs/libatomic_ops/libatomic_ops-1.2-r1.ebuild b/dev-libs/libatomic_ops/libatomic_ops-1.2-r1.ebuild index f3aa47bcd8b5..b767fbb13224 100644 --- a/dev-libs/libatomic_ops/libatomic_ops-1.2-r1.ebuild +++ b/dev-libs/libatomic_ops/libatomic_ops-1.2-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatomic_ops/libatomic_ops-1.2-r1.ebuild,v 1.12 2010/04/05 16:32:02 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatomic_ops/libatomic_ops-1.2-r1.ebuild,v 1.13 2010/04/09 18:53:45 armin76 Exp $ -inherit eutils +inherit eutils autotools DESCRIPTION="Implementation for atomic memory update operations" HOMEPAGE="http://www.hpl.hp.com/research/linux/atomic_ops/" @@ -22,6 +22,8 @@ src_unpack(){ epatch "${FILESDIR}"/${P}-ppc64-load_acquire.patch epatch "${FILESDIR}"/${P}-ppc-asm.patch epatch "${FILESDIR}"/${P}-sh4.patch + + eautoreconf } src_install() { |