diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-05-11 03:23:40 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-05-11 03:23:40 +0000 |
commit | 71dd2c89a184272c2f4defb6b14d76e244e1a4c8 (patch) | |
tree | 638d092d84cff74862fc6223696d5ad79227cce2 /x11-libs/libast | |
parent | export NOCONFIGURE=yes #132957 (diff) | |
download | gentoo-2-71dd2c89a184272c2f4defb6b14d76e244e1a4c8.tar.gz gentoo-2-71dd2c89a184272c2f4defb6b14d76e244e1a4c8.tar.bz2 gentoo-2-71dd2c89a184272c2f4defb6b14d76e244e1a4c8.zip |
export NOCONFIGURE=yes #132957
(Portage version: 2.1_pre10-r5)
Diffstat (limited to 'x11-libs/libast')
-rw-r--r-- | x11-libs/libast/libast-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-libs/libast/libast-9999.ebuild b/x11-libs/libast/libast-9999.ebuild index 3461806affee..1a579e65fb4c 100644 --- a/x11-libs/libast/libast-9999.ebuild +++ b/x11-libs/libast/libast-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libast/libast-9999.ebuild,v 1.5 2006/05/11 03:20:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libast/libast-9999.ebuild,v 1.6 2006/05/11 03:23:40 vapier Exp $ #ECVS_SERVER="cvs.sourceforge.net:/cvsroot/enlightenment" ECVS_SERVER="anoncvs.enlightenment.org:/var/cvs/e" @@ -26,8 +26,7 @@ S=${WORKDIR}/${ECVS_MODULE} src_unpack() { cvs_src_unpack cd "${S}" - # autogen.sh is broken so do this ourselves - ./autogen.sh || die "autogen failed" + NOCONFIGURE=yes ./autogen.sh || die "autogen failed" } src_compile() { |