summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-04-27 08:28:54 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-04-27 08:28:54 +0000
commit238777badece4f5f7eff7892d54ca3acbc6d098f (patch)
tree4942654719c22f704171e62cb7de9da754d4c2f8 /app-text/teckit/teckit-2.5.1.ebuild
parentStabilise 0.0.26 on amd64 x86 and ppc. Remove older. (diff)
downloadgentoo-2-238777badece4f5f7eff7892d54ca3acbc6d098f.tar.gz
gentoo-2-238777badece4f5f7eff7892d54ca3acbc6d098f.tar.bz2
gentoo-2-238777badece4f5f7eff7892d54ca3acbc6d098f.zip
Automake 1.13 fix
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-text/teckit/teckit-2.5.1.ebuild')
-rw-r--r--app-text/teckit/teckit-2.5.1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-text/teckit/teckit-2.5.1.ebuild b/app-text/teckit/teckit-2.5.1.ebuild
index 080295227439..3eee5c6a48c9 100644
--- a/app-text/teckit/teckit-2.5.1.ebuild
+++ b/app-text/teckit/teckit-2.5.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/teckit/teckit-2.5.1.ebuild,v 1.23 2012/05/09 13:15:00 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/teckit/teckit-2.5.1.ebuild,v 1.24 2013/04/27 08:28:54 patrick Exp $
EAPI="2"
@@ -27,6 +27,7 @@ src_prepare() {
epatch "${FILESDIR}/${P}-gcc43.patch"
epatch "${FILESDIR}/${P}-mixcflagscxxflags.patch"
rm -f configure
+ sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die
eautoreconf
}