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 | |
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')
-rw-r--r-- | dev-lang/gforth/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/gforth/gforth-0.6.1-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/gforth/gforth-0.6.2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-lang/gforth/ChangeLog b/dev-lang/gforth/ChangeLog index da727e3fea56..b1b90faafa08 100644 --- a/dev-lang/gforth/ChangeLog +++ b/dev-lang/gforth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/gforth # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/ChangeLog,v 1.6 2004/03/14 02:29:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/ChangeLog,v 1.7 2004/04/26 17:44:10 agriffis Exp $ + + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> gforth-0.6.1-r1.ebuild, + gforth-0.6.2.ebuild: + Add die following econf for bug 48950 13 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> gforth-0.5.0.ebuild, gforth-0.6.1-r1.ebuild, gforth-0.6.1.ebuild, gforth-0.6.2.ebuild: 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 } diff --git a/dev-lang/gforth/gforth-0.6.2.ebuild b/dev-lang/gforth/gforth-0.6.2.ebuild index aa1df238113a..e2dabaf64715 100644 --- a/dev-lang/gforth/gforth-0.6.2.ebuild +++ b/dev-lang/gforth/gforth-0.6.2.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.2.ebuild,v 1.3 2004/04/16 02:28:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/gforth-0.6.2.ebuild,v 1.4 2004/04/26 17:44:10 agriffis Exp $ inherit elisp-common eutils @@ -24,7 +24,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 } |