summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-06-27 09:50:06 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-06-27 09:50:06 +0000
commit68d023ba80365801b9da793dabd1db42f0eee5be (patch)
tree17b90ab67a313e9043dd3289f273ab3b4c0fb2e2 /app-text/a2ps/a2ps-4.13c-r5.ebuild
parentForce truetype support since users dont know what a fontless wine actually me... (diff)
downloadgentoo-2-68d023ba80365801b9da793dabd1db42f0eee5be.tar.gz
gentoo-2-68d023ba80365801b9da793dabd1db42f0eee5be.tar.bz2
gentoo-2-68d023ba80365801b9da793dabd1db42f0eee5be.zip
Fix cachecheck to make it work with autoconf-2.60, thanks to flameeyes, bug 138161
(Portage version: 2.1.1_pre1-r3)
Diffstat (limited to 'app-text/a2ps/a2ps-4.13c-r5.ebuild')
-rw-r--r--app-text/a2ps/a2ps-4.13c-r5.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/app-text/a2ps/a2ps-4.13c-r5.ebuild b/app-text/a2ps/a2ps-4.13c-r5.ebuild
index 519a14714485..0c318a31476d 100644
--- a/app-text/a2ps/a2ps-4.13c-r5.ebuild
+++ b/app-text/a2ps/a2ps-4.13c-r5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13c-r5.ebuild,v 1.1 2006/06/01 23:31:14 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13c-r5.ebuild,v 1.2 2006/06/27 09:50:06 genstef Exp $
inherit gnuconfig eutils autotools
@@ -57,6 +57,9 @@ src_unpack() {
# fix psset with sed-4.1, bug #126403
epatch ${FILESDIR}/a2ps-4.13c-psset.patch
+ # fix >=autoconf-2.60, bug 138161
+ epatch ${FILESDIR}/a2ps-4.13-fixcachecheck.patch
+
gnuconfig_update || die "gnuconfig_update failed"
AT_M4DIR="m4" eautoreconf || die "eautoreconf failed"
}