summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2002-12-16 18:47:14 +0000
committerMartin Schlemmer <azarah@gentoo.org>2002-12-16 18:47:14 +0000
commitacf429f13d131d1d1c88728b4b55e2f10ffc1517 (patch)
tree5d224b142ce042adf30cc2964012538944dedc7e /media-sound/lame
parentadd --list-profiles (diff)
downloadhistorical-acf429f13d131d1d1c88728b4b55e2f10ffc1517.tar.gz
historical-acf429f13d131d1d1c88728b4b55e2f10ffc1517.tar.bz2
historical-acf429f13d131d1d1c88728b4b55e2f10ffc1517.zip
fix not detecting gtk-config properly
Diffstat (limited to 'media-sound/lame')
-rw-r--r--media-sound/lame/ChangeLog6
-rw-r--r--media-sound/lame/lame-3.93.1.ebuild7
2 files changed, 11 insertions, 2 deletions
diff --git a/media-sound/lame/ChangeLog b/media-sound/lame/ChangeLog
index 858337e5b29a..783409f0b0d8 100644
--- a/media-sound/lame/ChangeLog
+++ b/media-sound/lame/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/lame
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v 1.14 2002/12/15 11:58:45 bjb Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v 1.15 2002/12/16 18:47:14 azarah Exp $
+
+ 16 Dec 2002; Martin Schlemmer <azarah@gentoo.org> lame-3.93.1.ebuild :
+ Run autoreconf to fix the ./configure script not detecting gtk-config
+ properly.
*lame-3.93.1 (11 Dec 2002)
diff --git a/media-sound/lame/lame-3.93.1.ebuild b/media-sound/lame/lame-3.93.1.ebuild
index 1b6c3fb68e61..f038d4be1c15 100644
--- a/media-sound/lame/lame-3.93.1.ebuild
+++ b/media-sound/lame/lame-3.93.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.93.1.ebuild,v 1.3 2002/12/15 11:58:45 bjb Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.93.1.ebuild,v 1.4 2002/12/16 18:47:14 azarah Exp $
IUSE="gtk"
@@ -27,6 +27,11 @@ KEYWORDS="x86 ~ppc ~sparc alpha"
src_compile() {
elibtoolize
+ # Fix configure borking on detecting gtk-config
+ export WANT_AUTOMAKE_1_5=1
+ export WANT_AUTOCONF_2_5=1
+ autoreconf
+
local myconf=""
if [ "`use gtk`" ] ; then
myconf="${myconf} --enable-mp3x"