diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 22:57:28 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 22:57:28 +0000 |
commit | 015ebdf3ac894530c72a1d7c00f1f6329229c05a (patch) | |
tree | 00892c3924d26ea25428b310a72a2b3eb76ee873 /app-sci/gwave | |
parent | Update so gcc-3.4 is respected (#48933). (diff) | |
download | historical-015ebdf3ac894530c72a1d7c00f1f6329229c05a.tar.gz historical-015ebdf3ac894530c72a1d7c00f1f6329229c05a.tar.bz2 historical-015ebdf3ac894530c72a1d7c00f1f6329229c05a.zip |
Add die following econf for bug 48950
Diffstat (limited to 'app-sci/gwave')
-rw-r--r-- | app-sci/gwave/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/gwave/gwave-20020122.ebuild | 4 |
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 } |