summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-04 12:53:52 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-04 12:53:52 +0000
commit8be62aec6b1bee540c0708d71c4b2f08f8811f21 (patch)
tree56a601223a9a47dd42c08fc06356bde97d2b5d3d /dev-util/cgdb/cgdb-0.6.2.ebuild
parentVersion bump. (diff)
downloadgentoo-2-8be62aec6b1bee540c0708d71c4b2f08f8811f21.tar.gz
gentoo-2-8be62aec6b1bee540c0708d71c4b2f08f8811f21.tar.bz2
gentoo-2-8be62aec6b1bee540c0708d71c4b2f08f8811f21.zip
Fix autotools handling, patch mostly based on the one by Jakub Moc in bug #151976.
(Portage version: 2.1.2_rc4-r5)
Diffstat (limited to 'dev-util/cgdb/cgdb-0.6.2.ebuild')
-rw-r--r--dev-util/cgdb/cgdb-0.6.2.ebuild11
1 files changed, 8 insertions, 3 deletions
diff --git a/dev-util/cgdb/cgdb-0.6.2.ebuild b/dev-util/cgdb/cgdb-0.6.2.ebuild
index 204ff21268a3..e0c2fc473dc6 100644
--- a/dev-util/cgdb/cgdb-0.6.2.ebuild
+++ b/dev-util/cgdb/cgdb-0.6.2.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-util/cgdb/cgdb-0.6.2.ebuild,v 1.1 2006/05/28 19:24:20 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cgdb/cgdb-0.6.2.ebuild,v 1.2 2007/01/04 12:53:52 flameeyes Exp $
+
+WANT_AUTOCONF="latest"
+WANT_AUTOMAKE="latest"
inherit eutils autotools
@@ -26,7 +29,9 @@ src_unpack() {
epatch "${FILESDIR}/${PN}-fbsd.patch"
epatch "${FILESDIR}/${P}-parallel-make.patch"
- AT_M4DIR="config" eautomake
+ # uses an old automake version we don't have anymore
+ # so rebuild everything
+ AT_M4DIR="config" eautoreconf
}
src_compile() {