diff options
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 } |