summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-process/acctail/acctail-2.0.ebuild.patch')
-rw-r--r--sys-process/acctail/acctail-2.0.ebuild.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/sys-process/acctail/acctail-2.0.ebuild.patch b/sys-process/acctail/acctail-2.0.ebuild.patch
new file mode 100644
index 0000000..071aed7
--- /dev/null
+++ b/sys-process/acctail/acctail-2.0.ebuild.patch
@@ -0,0 +1,13 @@
+--- /usr/portage/sys-process/acctail/acctail-2.0.ebuild 2007-10-28 01:35:59.000000000 +0200
++++ acctail-2.0.ebuild 2008-02-10 19:03:15.000000000 +0100
+@@ -15,7 +15,9 @@
+
+ src_unpack() {
+ unpack ${A}
+- sed -i '/^CPPFLAGS+=/s:-O2::' "${S}"/Makefile || die "sed Makefile failed"
++ sed -i '/^CPPFLAGS+=/s:-O2::' "${S}"/Makefile || die "sed Makefile (CPPFLAGS) failed"
++ sed -i '/^ strip /s: strip acctail::' "${S}"/Makefile || die "sed Makefile (strip) failed"
++ epatch "${FILESDIR}/01-x86-2.0.patch"
+ }
+
+ src_compile() {