summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-gfx/graphviz/ChangeLog5
-rw-r--r--media-gfx/graphviz/graphviz-1.10.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/graphviz/ChangeLog b/media-gfx/graphviz/ChangeLog
index e7b2d2931fe2..cbc736cf6698 100644
--- a/media-gfx/graphviz/ChangeLog
+++ b/media-gfx/graphviz/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/graphviz
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v 1.25 2004/04/25 03:32:50 psi29a Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v 1.26 2004/04/26 02:20:48 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> graphviz-1.10.ebuild:
+ Add die following econf for bug 48950
24 Apr 2004; Bret Curtis <psi29a@gentoo.org> graphviz-1.10.ebuild:
Added to ~mips
diff --git a/media-gfx/graphviz/graphviz-1.10.ebuild b/media-gfx/graphviz/graphviz-1.10.ebuild
index 112e21d4ba11..d2755525003a 100644
--- a/media-gfx/graphviz/graphviz-1.10.ebuild
+++ b/media-gfx/graphviz/graphviz-1.10.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/media-gfx/graphviz/graphviz-1.10.ebuild,v 1.11 2004/04/25 03:32:50 psi29a Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-1.10.ebuild,v 1.12 2004/04/26 02:20:48 agriffis Exp $
DESCRIPTION="open source graph drawing software"
HOMEPAGE="http://www.research.att.com/sw/tools/graphviz/"
@@ -30,7 +30,7 @@ src_compile() {
#compile without tcltk support
use tcltk || myconf="${myconf} --without-tcl --without-tk"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake || die
}