summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-25 22:54:59 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-25 22:54:59 +0000
commit6ff697b6cf790b7eb767a5e2c73d5ec47d752ac9 (patch)
tree8b6fff6cf38a421480c963e4cdaf1fe4f688aec4 /app-sci/lightspeed
parentAdd die following econf for bug 48950 (Manifest recommit) (diff)
downloadgentoo-2-6ff697b6cf790b7eb767a5e2c73d5ec47d752ac9.tar.gz
gentoo-2-6ff697b6cf790b7eb767a5e2c73d5ec47d752ac9.tar.bz2
gentoo-2-6ff697b6cf790b7eb767a5e2c73d5ec47d752ac9.zip
Add die following econf for bug 48950
Diffstat (limited to 'app-sci/lightspeed')
-rw-r--r--app-sci/lightspeed/ChangeLog5
-rw-r--r--app-sci/lightspeed/lightspeed-1.2a.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-sci/lightspeed/ChangeLog b/app-sci/lightspeed/ChangeLog
index 15ba9b86291a..3970b69c506b 100644
--- a/app-sci/lightspeed/ChangeLog
+++ b/app-sci/lightspeed/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-sci/lightspeed
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/lightspeed/ChangeLog,v 1.4 2004/03/09 14:37:13 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/lightspeed/ChangeLog,v 1.5 2004/04/25 22:51:19 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> lightspeed-1.2a.ebuild:
+ Add die following econf for bug 48950
09 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> lightspeed-1.2a.ebuild:
Adding amd64 keyword. Closing #43776.
diff --git a/app-sci/lightspeed/lightspeed-1.2a.ebuild b/app-sci/lightspeed/lightspeed-1.2a.ebuild
index 7d9916c43e7b..0c433ffd82ff 100644
--- a/app-sci/lightspeed/lightspeed-1.2a.ebuild
+++ b/app-sci/lightspeed/lightspeed-1.2a.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/app-sci/lightspeed/lightspeed-1.2a.ebuild,v 1.5 2004/04/19 11:28:10 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/lightspeed/lightspeed-1.2a.ebuild,v 1.6 2004/04/25 22:51:19 agriffis Exp $
DESCRIPTION="Light Speed! is an OpenGL-based program developed to illustrate the effects of special relativity on the appearance of moving objects."
HOMEPAGE="http://lightspeed.sourceforge.net/"
@@ -20,7 +20,7 @@ DEPEND="virtual/opengl
S2="${WORKDIR}/objects"
src_compile() {
- econf
+ econf || die "econf failed"
emake || die
}