diff options
author | 2006-02-08 06:26:44 +0000 | |
---|---|---|
committer | 2006-02-08 06:26:44 +0000 | |
commit | 8a3956c50308227652a3443b1b28c33ee596a9e2 (patch) | |
tree | b6191c9f58b67d7af0d9784092b951638bd1210d /sys-fs/ext2resize/ext2resize-1.1.19.ebuild | |
parent | not needed anymore (diff) | |
download | gentoo-2-8a3956c50308227652a3443b1b28c33ee596a9e2.tar.gz gentoo-2-8a3956c50308227652a3443b1b28c33ee596a9e2.tar.bz2 gentoo-2-8a3956c50308227652a3443b1b28c33ee596a9e2.zip |
Cleanup autotools to fix building with 2.4 headers #114858.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'sys-fs/ext2resize/ext2resize-1.1.19.ebuild')
-rw-r--r-- | sys-fs/ext2resize/ext2resize-1.1.19.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-fs/ext2resize/ext2resize-1.1.19.ebuild b/sys-fs/ext2resize/ext2resize-1.1.19.ebuild index 2cf928804fa9..711281e41090 100644 --- a/sys-fs/ext2resize/ext2resize-1.1.19.ebuild +++ b/sys-fs/ext2resize/ext2resize-1.1.19.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext2resize/ext2resize-1.1.19.ebuild,v 1.8 2006/01/09 18:14:28 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext2resize/ext2resize-1.1.19.ebuild,v 1.9 2006/02/08 06:26:44 vapier Exp $ -inherit flag-o-matic eutils +inherit flag-o-matic eutils autotools DESCRIPTION="EXT2 and EXT3 filesystem resizing utilities" HOMEPAGE="http://ext2resize.sourceforge.net/" @@ -23,7 +23,8 @@ src_unpack() { make -k distclean >& /dev/null sed -i '/^CFLAGS/d' src/Makefile.in - epatch ${FILESDIR}/${P}-linux26.patch + epatch "${FILESDIR}"/${P}-build.patch + eautoreconf || die } src_compile() { |