diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 02:15:13 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 02:15:13 +0000 |
commit | 7e435a473d425568a0073403eddeba6e67f2c984 (patch) | |
tree | c7e46ae87ba69b7e6836ac70a2dd7d421e494a99 /media-gfx/frontline | |
parent | removed IUSE stuff (Manifest recommit) (diff) | |
download | gentoo-2-7e435a473d425568a0073403eddeba6e67f2c984.tar.gz gentoo-2-7e435a473d425568a0073403eddeba6e67f2c984.tar.bz2 gentoo-2-7e435a473d425568a0073403eddeba6e67f2c984.zip |
Add die following econf for bug 48950
Diffstat (limited to 'media-gfx/frontline')
-rw-r--r-- | media-gfx/frontline/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/frontline/frontline-0.5.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-gfx/frontline/ChangeLog b/media-gfx/frontline/ChangeLog index 409c1ef418cd..e59357f7ee55 100644 --- a/media-gfx/frontline/ChangeLog +++ b/media-gfx/frontline/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/frontline -# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-gfx/frontline/ChangeLog,v 1.2 2004/03/01 12:25:17 aliz Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/media-gfx/frontline/ChangeLog,v 1.3 2004/04/26 02:13:39 agriffis Exp $ + + 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> frontline-0.5.4.ebuild: + Add die following econf for bug 48950 *frontline-0.5.4 (12 Mar 2003) diff --git a/media-gfx/frontline/frontline-0.5.4.ebuild b/media-gfx/frontline/frontline-0.5.4.ebuild index a644ade1ca14..11dd129a8ba4 100644 --- a/media-gfx/frontline/frontline-0.5.4.ebuild +++ b/media-gfx/frontline/frontline-0.5.4.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/media-gfx/frontline/frontline-0.5.4.ebuild,v 1.2 2003/04/06 07:37:16 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/frontline/frontline-0.5.4.ebuild,v 1.3 2004/04/26 02:13:40 agriffis Exp $ IUSE="" @@ -18,7 +18,7 @@ DEPEND=">=media-gfx/autotrace-0.31.1 >=media-libs/imlib-1.8.2" src_compile() { - econf + econf || die "econf failed" emake -j 1 || die } |