diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-25 18:41:14 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-25 18:41:14 +0000 |
commit | cf511526e42deb6e16608ccc550d503747428337 (patch) | |
tree | bb78cdea542a79d533728f1284158d77ce974f0d /app-arch/afio/afio-2.5.ebuild | |
parent | Marked stable on hppa. (Manifest recommit) (diff) | |
download | gentoo-2-cf511526e42deb6e16608ccc550d503747428337.tar.gz gentoo-2-cf511526e42deb6e16608ccc550d503747428337.tar.bz2 gentoo-2-cf511526e42deb6e16608ccc550d503747428337.zip |
add the Makefile patch to the new version as well (bug #52004)
Diffstat (limited to 'app-arch/afio/afio-2.5.ebuild')
-rw-r--r-- | app-arch/afio/afio-2.5.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-arch/afio/afio-2.5.ebuild b/app-arch/afio/afio-2.5.ebuild index dd4bcc190195..c10ab71a1a67 100644 --- a/app-arch/afio/afio-2.5.ebuild +++ b/app-arch/afio/afio-2.5.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/afio/afio-2.5.ebuild,v 1.1 2004/02/25 21:36:40 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/afio/afio-2.5.ebuild,v 1.2 2004/05/25 18:41:14 mr_bones_ Exp $ + +inherit eutils DESCRIPTION="makes cpio-format archives and deals somewhat gracefully with input data corruption." HOMEPAGE="http://freshmeat.net/projects/afio/" @@ -18,6 +20,7 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} cd ${S} + epatch ${FILESDIR}/Makefile.patch #our cflags sed -i \ -e "s:-O2 -fomit-frame-pointer:${CFLAGS}:" Makefile \ |