diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 14:49:13 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 14:49:13 +0000 |
commit | 71841592b6858501ff4b11bfc5fe8e39fec3476e (patch) | |
tree | 5888f648bbc30fa05b81f8a68ac694b355a49cde /x11-misc/fsv | |
parent | Add die following econf for bug 48950 (Manifest recommit) (diff) | |
download | gentoo-2-71841592b6858501ff4b11bfc5fe8e39fec3476e.tar.gz gentoo-2-71841592b6858501ff4b11bfc5fe8e39fec3476e.tar.bz2 gentoo-2-71841592b6858501ff4b11bfc5fe8e39fec3476e.zip |
Add die following econf for bug 48950
Diffstat (limited to 'x11-misc/fsv')
-rw-r--r-- | x11-misc/fsv/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/fsv/fsv-0.9.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/fsv/ChangeLog b/x11-misc/fsv/ChangeLog index 5c3a72b19c33..67055b98ab3f 100644 --- a/x11-misc/fsv/ChangeLog +++ b/x11-misc/fsv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/fsv -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fsv/ChangeLog,v 1.2 2003/02/12 09:28:24 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fsv/ChangeLog,v 1.3 2004/04/26 14:47:29 agriffis Exp $ + + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> fsv-0.9.ebuild: + Add die following econf for bug 48950 *fsv-0.9 (07 Nov 2002) diff --git a/x11-misc/fsv/fsv-0.9.ebuild b/x11-misc/fsv/fsv-0.9.ebuild index 1195d4504a5e..0a2d8b1d3723 100644 --- a/x11-misc/fsv/fsv-0.9.ebuild +++ b/x11-misc/fsv/fsv-0.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fsv/fsv-0.9.ebuild,v 1.4 2004/02/28 19:19:17 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fsv/fsv-0.9.ebuild,v 1.5 2004/04/26 14:47:29 agriffis Exp $ IUSE="nls" @@ -23,7 +23,7 @@ src_compile() { use nls || myconf="${myconf} --disable-nls" - econf ${myconf} + econf ${myconf} || die "econf failed" emake || die } |