summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2009-01-10 13:33:08 +0000
committerPeter Volkov <pva@gentoo.org>2009-01-10 13:33:08 +0000
commit612613e478d1f3e3abb0910bcf58ff87f2801217 (patch)
treefea096c2c198614a5a2127881ee2f15e6bca2f02 /app-text/aspell
parentversion bump (diff)
downloadgentoo-2-612613e478d1f3e3abb0910bcf58ff87f2801217.tar.gz
gentoo-2-612613e478d1f3e3abb0910bcf58ff87f2801217.tar.bz2
gentoo-2-612613e478d1f3e3abb0910bcf58ff87f2801217.zip
Added hack to make aspell buildable with old libtool. We need to remove it later and depend on >=libtool-2.2.
(Portage version: 2.1.6.4/cvs/Linux 2.6.26-gentoo-r4 x86_64)
Diffstat (limited to 'app-text/aspell')
-rw-r--r--app-text/aspell/ChangeLog8
-rw-r--r--app-text/aspell/aspell-0.60.6.ebuild11
2 files changed, 12 insertions, 7 deletions
diff --git a/app-text/aspell/ChangeLog b/app-text/aspell/ChangeLog
index c6ae8ed643c4..ee8ffabef9fe 100644
--- a/app-text/aspell/ChangeLog
+++ b/app-text/aspell/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/aspell
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.101 2008/04/27 17:52:51 philantrop Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.102 2009/01/10 13:33:08 pva Exp $
+
+ 10 Jan 2009; Peter Volkov <pva@gentoo.org> aspell-0.60.6.ebuild:
+ Added hack to make aspell buildable with old libtool. We need to remove it
+ later and depend on >=libtool-2.2.
*aspell-0.60.6 (27 Apr 2008)
diff --git a/app-text/aspell/aspell-0.60.6.ebuild b/app-text/aspell/aspell-0.60.6.ebuild
index 83ef839b8216..d4f0d5697200 100644
--- a/app-text/aspell/aspell-0.60.6.ebuild
+++ b/app-text/aspell/aspell-0.60.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.6.ebuild,v 1.1 2008/04/27 17:52:51 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.6.ebuild,v 1.2 2009/01/10 13:33:08 pva Exp $
# N.B. This is before inherit of autotools, as autotools.eclass adds the
# relevant dependencies to DEPEND.
@@ -48,10 +48,11 @@ DEPEND="${RDEPEND}
src_unpack() {
unpack ${A}
cd "${S}"
- epatch "${FILESDIR}"/aspell-0.60.3-templateinstantiations.patch
+ epatch "${FILESDIR}/aspell-0.60.3-templateinstantiations.patch"
epatch "${FILESDIR}/${PN}-0.60.5-nls.patch"
- eautomake
+ rm m4/lt* m4/libtool.m4
+ eautoreconf
elibtoolize --reverse-deps
}
@@ -66,7 +67,7 @@ src_compile() {
$(use_enable nls) \
--disable-static \
--sysconfdir=/etc/aspell \
- --enable-docdir=/usr/share/doc/${PF} || die "econf failed"
+ --enable-docdir=/usr/share/doc/${PF}
emake || die "compilation failed"
}