summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-04 14:47:26 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-04 14:47:26 +0000
commit749953d312e6869b307d6f8d2088af3b20fc481f (patch)
treee9d1891bd4c97f62112ff9eee9cdfd625bb51664 /dev-tcltk/otcl
parentStable on sparc wrt #154224 (diff)
downloadgentoo-2-749953d312e6869b307d6f8d2088af3b20fc481f.tar.gz
gentoo-2-749953d312e6869b307d6f8d2088af3b20fc481f.tar.bz2
gentoo-2-749953d312e6869b307d6f8d2088af3b20fc481f.zip
Fix broken autotools handling.
(Portage version: 2.1.2_rc4-r5)
Diffstat (limited to 'dev-tcltk/otcl')
-rw-r--r--dev-tcltk/otcl/ChangeLog7
-rw-r--r--dev-tcltk/otcl/otcl-1.11.ebuild15
2 files changed, 13 insertions, 9 deletions
diff --git a/dev-tcltk/otcl/ChangeLog b/dev-tcltk/otcl/ChangeLog
index d6474a19f2c2..403e91b3af35 100644
--- a/dev-tcltk/otcl/ChangeLog
+++ b/dev-tcltk/otcl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-tcltk/otcl
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/otcl/ChangeLog,v 1.24 2006/08/06 16:39:44 weeve Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/otcl/ChangeLog,v 1.25 2007/01/04 14:47:26 flameeyes Exp $
+
+ 04 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> otcl-1.11.ebuild:
+ Fix broken autotools handling.
06 Aug 2006; Jason Wever <weeve@gentoo.org> otcl-1.11.ebuild:
Stable on SPARC wrt bug #123209.
diff --git a/dev-tcltk/otcl/otcl-1.11.ebuild b/dev-tcltk/otcl/otcl-1.11.ebuild
index 184e30e1bd8e..115f27e6653e 100644
--- a/dev-tcltk/otcl/otcl-1.11.ebuild
+++ b/dev-tcltk/otcl/otcl-1.11.ebuild
@@ -1,6 +1,9 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/otcl/otcl-1.11.ebuild,v 1.4 2006/08/06 16:39:44 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/otcl/otcl-1.11.ebuild,v 1.5 2007/01/04 14:47:26 flameeyes Exp $
+
+WANT_AUTOMAKE="latest"
+WANT_AUTOCONF="latest"
inherit eutils autotools virtualx
@@ -25,10 +28,8 @@ src_unpack() {
EPATCH_OPTS="-p1 -d${S}" epatch ${FILESDIR}/otcl-1.11-badfreefix.patch
EPATCH_OPTS="-p1 -d${S}" epatch ${FILESDIR}/otcl-1.11-configure-cleanup.patch
- cd ${S}
- eautoconf
- elibtoolize
- libtoolize -f
+ cd "${S}"
+ eautoreconf
}
src_compile() {
@@ -41,7 +42,7 @@ src_compile() {
echo myconf $myconf
econf ${myconf} || die "econf failed"
emake all || die "emake all failed"
- emake libotcl.so || die "emake libotcl.so failed"
+ emake libotcl.so || die "emake libotcl.so failed"
}
src_install() {