diff options
author | 2004-04-26 12:35:15 +0000 | |
---|---|---|
committer | 2004-04-26 12:35:15 +0000 | |
commit | e693ab8a6c41cf26532316bf61cf22758a2cb00f (patch) | |
tree | d590f0fa9b7791e461f173f9109dd7157ea453c8 /net-misc/gofish/gofish-0.29.ebuild | |
parent | Add die following econf for bug 48950 (Manifest recommit) (diff) | |
download | gentoo-2-e693ab8a6c41cf26532316bf61cf22758a2cb00f.tar.gz gentoo-2-e693ab8a6c41cf26532316bf61cf22758a2cb00f.tar.bz2 gentoo-2-e693ab8a6c41cf26532316bf61cf22758a2cb00f.zip |
Add die following econf for bug 48950
Diffstat (limited to 'net-misc/gofish/gofish-0.29.ebuild')
-rw-r--r-- | net-misc/gofish/gofish-0.29.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/gofish/gofish-0.29.ebuild b/net-misc/gofish/gofish-0.29.ebuild index c8038fd1c931..046e07ae90b4 100644 --- a/net-misc/gofish/gofish-0.29.ebuild +++ b/net-misc/gofish/gofish-0.29.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gofish/gofish-0.29.ebuild,v 1.1 2003/12/22 13:22:10 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/gofish/gofish-0.29.ebuild,v 1.2 2004/04/26 12:31:52 agriffis Exp $ IUSE="" @@ -20,7 +20,7 @@ RDEPEND="" src_compile() { econf --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --disable-http + --disable-http || die "econf failed" emake || die } |