diff options
author | Markus Ullmann <jokey@gentoo.org> | 2008-08-10 13:13:13 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2008-08-10 13:13:13 +0000 |
commit | 5c1f88c375217e3542b0d6934749f6d7f39c64b3 (patch) | |
tree | e2725a5333ad6dcf6fa8201c95f1e44878dd97b1 /app-misc/devtodo/devtodo-0.1.20.ebuild | |
parent | Version bump wrt bug #228029 (diff) | |
download | gentoo-2-5c1f88c375217e3542b0d6934749f6d7f39c64b3.tar.gz gentoo-2-5c1f88c375217e3542b0d6934749f6d7f39c64b3.tar.bz2 gentoo-2-5c1f88c375217e3542b0d6934749f6d7f39c64b3.zip |
Fix autotools mess wrt bug #226535
(Portage version: 2.2_rc6/cvs/Linux 2.6.26-gentoo i686)
Diffstat (limited to 'app-misc/devtodo/devtodo-0.1.20.ebuild')
-rw-r--r-- | app-misc/devtodo/devtodo-0.1.20.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app-misc/devtodo/devtodo-0.1.20.ebuild b/app-misc/devtodo/devtodo-0.1.20.ebuild index d906b4bdef48..f99d8758c6fe 100644 --- a/app-misc/devtodo/devtodo-0.1.20.ebuild +++ b/app-misc/devtodo/devtodo-0.1.20.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/devtodo/devtodo-0.1.20.ebuild,v 1.11 2008/04/21 19:23:10 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/devtodo/devtodo-0.1.20.ebuild,v 1.12 2008/08/10 13:13:13 jokey Exp $ -inherit eutils bash-completion flag-o-matic +inherit autotools eutils bash-completion flag-o-matic DESCRIPTION="A nice command line todo list for developers" HOMEPAGE="http://swapoff.org/DevTodo" @@ -22,11 +22,10 @@ src_unpack() { cd "${S}" epatch "${FILESDIR}/${P}-gentoo.diff" epatch "${FILESDIR}/${P}-gcc43.patch" + eautoreconf } src_compile() { - einfo "Running autoreconf" - autoreconf -f -i || die "autoreconf failed" replace-flags -O[23] -O1 econf --sysconfdir=/etc/devtodo || die "econf failed" emake || die "emake failed" |