diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 00:56:27 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 00:56:27 +0000 |
commit | e759f9f4efe09a3f88705bc77202345e08c3cb4b (patch) | |
tree | 9aa34507d7f5f88d73f36d2b12b3ce414819e930 /dev-libs/http-fetcher/http-fetcher-1.0.2.ebuild | |
parent | Add die following econf for bug 48950 (Manifest recommit) (diff) | |
download | gentoo-2-e759f9f4efe09a3f88705bc77202345e08c3cb4b.tar.gz gentoo-2-e759f9f4efe09a3f88705bc77202345e08c3cb4b.tar.bz2 gentoo-2-e759f9f4efe09a3f88705bc77202345e08c3cb4b.zip |
Add die following econf for bug 48950
Diffstat (limited to 'dev-libs/http-fetcher/http-fetcher-1.0.2.ebuild')
-rw-r--r-- | dev-libs/http-fetcher/http-fetcher-1.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/http-fetcher/http-fetcher-1.0.2.ebuild b/dev-libs/http-fetcher/http-fetcher-1.0.2.ebuild index 7c7d16d8912a..e2f7e492508e 100644 --- a/dev-libs/http-fetcher/http-fetcher-1.0.2.ebuild +++ b/dev-libs/http-fetcher/http-fetcher-1.0.2.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-libs/http-fetcher/http-fetcher-1.0.2.ebuild,v 1.4 2004/03/14 12:28:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/http-fetcher/http-fetcher-1.0.2.ebuild,v 1.5 2004/04/26 00:56:27 agriffis Exp $ DESCRIPTION="HTTP Fetcher is a small, robust, flexible library for downloading files via HTTP using the GET method." HOMEPAGE="http://http-fetcher.sourceforge.net" @@ -16,7 +16,7 @@ DEPEND="virtual/glibc" S=${WORKDIR}/${P/-/_} src_compile() { - econf + econf || die "econf failed" emake || die } |