summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-arch/afio/ChangeLog3
-rw-r--r--app-arch/afio/afio-2.5.ebuild5
2 files changed, 7 insertions, 1 deletions
diff --git a/app-arch/afio/ChangeLog b/app-arch/afio/ChangeLog
index 93ab09f72c75..6e8e4d5b8d61 100644
--- a/app-arch/afio/ChangeLog
+++ b/app-arch/afio/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-arch/afio
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+ 25 May 2004; Michael Sterrett <mr_bones_@gentoo.org> afio-2.5.ebuild:
+ add the Makefile patch to the new version as well (bug #52004)
+
*afio-2.5 (25 Feb 2004)
25 Feb 2004; Michael Sterrett <mr_bones_@gentoo.org> afio-2.5.ebuild:
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 \