summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-05-25 18:41:14 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-05-25 18:41:14 +0000
commitcf511526e42deb6e16608ccc550d503747428337 (patch)
treebb78cdea542a79d533728f1284158d77ce974f0d /app-arch/afio/afio-2.5.ebuild
parentMarked stable on hppa. (Manifest recommit) (diff)
downloadgentoo-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.ebuild5
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 \