diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 04:17:17 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 04:17:17 +0000 |
commit | e6165779f0df33526911a367e2126ffed399e814 (patch) | |
tree | 15a377d4a8144e34a8ed856da1a68c7c05eec246 /media-video/nvoption | |
parent | Fix for the worldfile problem. (Manifest recommit) (diff) | |
download | gentoo-2-e6165779f0df33526911a367e2126ffed399e814.tar.gz gentoo-2-e6165779f0df33526911a367e2126ffed399e814.tar.bz2 gentoo-2-e6165779f0df33526911a367e2126ffed399e814.zip |
Add die following econf for bug 48950
Diffstat (limited to 'media-video/nvoption')
-rw-r--r-- | media-video/nvoption/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/nvoption/nvoption-0_alpha-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-video/nvoption/ChangeLog b/media-video/nvoption/ChangeLog index 8ac4e98d3f18..387a0621393e 100644 --- a/media-video/nvoption/ChangeLog +++ b/media-video/nvoption/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/nvoption -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/nvoption/ChangeLog,v 1.3 2003/02/12 07:40:01 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/nvoption/ChangeLog,v 1.4 2004/04/26 04:17:17 agriffis Exp $ + + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> nvoption-0_alpha-r1.ebuild: + Add die following econf for bug 48950 *nvoption-0_alpha-r1 (10 Nov 2002) diff --git a/media-video/nvoption/nvoption-0_alpha-r1.ebuild b/media-video/nvoption/nvoption-0_alpha-r1.ebuild index 5bd39b90e81c..13f419992919 100644 --- a/media-video/nvoption/nvoption-0_alpha-r1.ebuild +++ b/media-video/nvoption/nvoption-0_alpha-r1.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-video/nvoption/nvoption-0_alpha-r1.ebuild,v 1.3 2003/07/12 21:12:53 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/nvoption/nvoption-0_alpha-r1.ebuild,v 1.4 2004/04/26 04:17:17 agriffis Exp $ MY_P="${P/-0/}" DESCRIPTION="grapich front-end to change NVIDIA options in X mode" @@ -24,7 +24,7 @@ src_compile() { && myconf="${myconf} --disable-nls" \ || myconf="${myconf} --enable-nls" rm -rf config.cache - econf ${myconf} + econf ${myconf} || die "econf failed" cp Makefile Makefile.old sed -e 's:intl po macros src:src:' Makefile.old > Makefile |