summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 01:45:50 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 01:45:50 +0000
commitc9acebf148cf747d0c724e25eceea6e7e2e2dab4 (patch)
tree1242275b41235e1a67768c663c6b9af1fd01b81d /dev-util/cvsgraph/cvsgraph-1.4.0.ebuild
parentadd inherit eutils (diff)
downloadgentoo-2-c9acebf148cf747d0c724e25eceea6e7e2e2dab4.tar.gz
gentoo-2-c9acebf148cf747d0c724e25eceea6e7e2e2dab4.tar.bz2
gentoo-2-c9acebf148cf747d0c724e25eceea6e7e2e2dab4.zip
Add die following econf for bug 48950
Diffstat (limited to 'dev-util/cvsgraph/cvsgraph-1.4.0.ebuild')
-rw-r--r--dev-util/cvsgraph/cvsgraph-1.4.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/cvsgraph/cvsgraph-1.4.0.ebuild b/dev-util/cvsgraph/cvsgraph-1.4.0.ebuild
index 971b910f17e4..ab6df3b4781c 100644
--- a/dev-util/cvsgraph/cvsgraph-1.4.0.ebuild
+++ b/dev-util/cvsgraph/cvsgraph-1.4.0.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/dev-util/cvsgraph/cvsgraph-1.4.0.ebuild,v 1.2 2004/03/13 01:41:42 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsgraph/cvsgraph-1.4.0.ebuild,v 1.3 2004/04/26 01:45:12 agriffis Exp $
HOMEPAGE="http://www.akhphd.au.dk/~bertho/cvsgraph"
KEYWORDS="~x86 ~sparc ~ppc"
@@ -24,7 +24,7 @@ src_compile() {
myopts="`use_enable nls` `use_enable gif` `use_enable png` `use_enable jpeg` `use_enable truetype`"
- econf ${myopts}
+ econf ${myopts} || die "econf failed"
emake || die
}