summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-25 22:49:46 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-25 22:49:46 +0000
commitfeb6c4f578f1618d02ea13a21a0a02b602cd1135 (patch)
tree5adf40fe79c04a27103d00561968cbebd7b5562d /app-sci/gwave
parentUpdate so gcc-3.4 is respected (#48933). (Manifest recommit) (diff)
downloadgentoo-2-feb6c4f578f1618d02ea13a21a0a02b602cd1135.tar.gz
gentoo-2-feb6c4f578f1618d02ea13a21a0a02b602cd1135.tar.bz2
gentoo-2-feb6c4f578f1618d02ea13a21a0a02b602cd1135.zip
Add die following econf for bug 48950
Diffstat (limited to 'app-sci/gwave')
-rw-r--r--app-sci/gwave/ChangeLog5
-rw-r--r--app-sci/gwave/gwave-20020122.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-sci/gwave/ChangeLog b/app-sci/gwave/ChangeLog
index 10755375554b..35e7d7fd784e 100644
--- a/app-sci/gwave/ChangeLog
+++ b/app-sci/gwave/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-sci/gwave
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/gwave/ChangeLog,v 1.5 2004/04/19 10:23:34 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/gwave/ChangeLog,v 1.6 2004/04/25 22:49:46 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> gwave-20020122.ebuild:
+ Add die following econf for bug 48950
19 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> gwave-20020122.ebuild,
gwave-20030804.ebuild, gwave-20031224.ebuild:
diff --git a/app-sci/gwave/gwave-20020122.ebuild b/app-sci/gwave/gwave-20020122.ebuild
index 0bd99bc519a3..403cedf62291 100644
--- a/app-sci/gwave/gwave-20020122.ebuild
+++ b/app-sci/gwave/gwave-20020122.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/gwave/gwave-20020122.ebuild,v 1.4 2004/04/19 10:23:34 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/gwave/gwave-20020122.ebuild,v 1.5 2004/04/25 22:49:46 agriffis Exp $
DESCRIPTION="A waveform viewer analog data, such as spice simulations"
HOMEPAGE="http://www.geda.seul.org/tools/gwave/"
@@ -16,7 +16,7 @@ DEPEND="x11-libs/gtk+
x11-libs/guile-gtk"
src_compile() {
- econf
+ econf || die "econf failed"
make || die
}