diff options
author | 2002-12-16 18:47:14 +0000 | |
---|---|---|
committer | 2002-12-16 18:47:14 +0000 | |
commit | ffa36c2b4a60251db040683055b91e1f28bcccff (patch) | |
tree | 2172cd9718777b89921c31a6944217e2c21732f6 /media-sound/lame/lame-3.93.1.ebuild | |
parent | add --list-profiles (diff) | |
download | gentoo-2-ffa36c2b4a60251db040683055b91e1f28bcccff.tar.gz gentoo-2-ffa36c2b4a60251db040683055b91e1f28bcccff.tar.bz2 gentoo-2-ffa36c2b4a60251db040683055b91e1f28bcccff.zip |
fix not detecting gtk-config properly
Diffstat (limited to 'media-sound/lame/lame-3.93.1.ebuild')
-rw-r--r-- | media-sound/lame/lame-3.93.1.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
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" |