summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/cgdb/ChangeLog8
-rw-r--r--dev-util/cgdb/cgdb-0.6.2.ebuild11
2 files changed, 14 insertions, 5 deletions
diff --git a/dev-util/cgdb/ChangeLog b/dev-util/cgdb/ChangeLog
index ebd540840501..ec7ff10df423 100644
--- a/dev-util/cgdb/ChangeLog
+++ b/dev-util/cgdb/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/cgdb
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cgdb/ChangeLog,v 1.23 2006/12/16 19:59:20 drizzt Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cgdb/ChangeLog,v 1.24 2007/01/04 12:53:52 flameeyes Exp $
+
+ 04 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> cgdb-0.6.2.ebuild:
+ Fix autotools handling, patch mostly based on the one by Jakub Moc in bug
+ #151976.
16 Dec 2006; Timothy Redaelli <drizzt@gentoo.org> files/cgdb-fbsd.patch:
Corrected FreeBSD patch wrt bug #135676
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() {