diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 17:44:10 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 17:44:10 +0000 |
commit | 4235bea19a57cc9a726a9808ffb2402233cdcca8 (patch) | |
tree | 455bdfad882bcfde88abc341750fecff00db1179 /dev-lang/gforth/gforth-0.6.1-r1.ebuild | |
parent | Add die following econf for bug 48950 (diff) | |
download | gentoo-2-4235bea19a57cc9a726a9808ffb2402233cdcca8.tar.gz gentoo-2-4235bea19a57cc9a726a9808ffb2402233cdcca8.tar.bz2 gentoo-2-4235bea19a57cc9a726a9808ffb2402233cdcca8.zip |
Add die following econf for bug 48950
Diffstat (limited to 'dev-lang/gforth/gforth-0.6.1-r1.ebuild')
-rw-r--r-- | dev-lang/gforth/gforth-0.6.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/gforth/gforth-0.6.1-r1.ebuild b/dev-lang/gforth/gforth-0.6.1-r1.ebuild index 29e0e6aaaedf..b5ca942b623a 100644 --- a/dev-lang/gforth/gforth-0.6.1-r1.ebuild +++ b/dev-lang/gforth/gforth-0.6.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/gforth-0.6.1-r1.ebuild,v 1.2 2004/03/14 02:29:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/gforth-0.6.1-r1.ebuild,v 1.3 2004/04/26 17:44:10 agriffis Exp $ IUSE="emacs" @@ -25,7 +25,7 @@ src_unpack() { } src_compile() { - econf CC="gcc -fno-reorder-blocks -fno-inline" --enable-force-reg + econf CC="gcc -fno-reorder-blocks -fno-inline" --enable-force-reg || die "econf failed" make || die use emacs && emacs --batch -f batch-byte-compile --no-site-file --no-init-file *.el } |