From 7ffe2f2b0535450d2b9e29c6f8ae5d5b82d77324 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Mon, 2 Oct 2006 04:21:28 +0000 Subject: Add missing autotools versions specification, thanks to Patrick Laurer for reporting in bug #149744. (Portage version: 2.1.2_pre2-r1) --- x11-libs/openmotif/ChangeLog | 7 ++++++- x11-libs/openmotif/openmotif-2.2.3-r9.ebuild | 8 +++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/x11-libs/openmotif/ChangeLog b/x11-libs/openmotif/ChangeLog index 8be6a2b86f5e..8525b427ff67 100644 --- a/x11-libs/openmotif/ChangeLog +++ b/x11-libs/openmotif/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/openmotif # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.132 2006/10/01 17:08:10 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.133 2006/10/02 04:21:28 flameeyes Exp $ + + 02 Oct 2006; Diego Pettenò + openmotif-2.2.3-r9.ebuild: + Add missing autotools versions specification, thanks to Patrick Laurer for + reporting in bug #149744. 01 Oct 2006; Donnie Berkholz ; openmotif-2.1.30-r14.ebuild, openmotif-2.2.3-r3.ebuild, diff --git a/x11-libs/openmotif/openmotif-2.2.3-r9.ebuild b/x11-libs/openmotif/openmotif-2.2.3-r9.ebuild index b7d74b2f06f2..11ce5e2703cf 100644 --- a/x11-libs/openmotif/openmotif-2.2.3-r9.ebuild +++ b/x11-libs/openmotif/openmotif-2.2.3-r9.ebuild @@ -1,6 +1,9 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.2.3-r9.ebuild,v 1.11 2006/10/01 17:08:10 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.2.3-r9.ebuild,v 1.12 2006/10/02 04:21:28 flameeyes Exp $ + +WANT_AUTOCONF="latest" +WANT_AUTOMAKE="1.6" inherit eutils libtool flag-o-matic multilib autotools @@ -58,8 +61,7 @@ src_unpack() { sed -i -e 's:AC_DEFINE(\([^)]*\)):AC_DEFINE(\1, [], [\1]):g' \ "${S}/configure.in" "${S}/acinclude.m4" - # automake 1.4 is giving problems. - WANT_AUTOMAKE="1.6" eautoreconf + eautoreconf } -- cgit v1.2.3-65-gdbad