summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 00:56:27 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 00:56:27 +0000
commite759f9f4efe09a3f88705bc77202345e08c3cb4b (patch)
tree9aa34507d7f5f88d73f36d2b12b3ce414819e930 /dev-libs
parentAdd die following econf for bug 48950 (Manifest recommit) (diff)
downloadgentoo-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')
-rw-r--r--dev-libs/http-fetcher/ChangeLog7
-rw-r--r--dev-libs/http-fetcher/http-fetcher-1.0.2.ebuild4
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-libs/http-fetcher/ChangeLog b/dev-libs/http-fetcher/ChangeLog
index 6247ae738fcc..18b050f2339b 100644
--- a/dev-libs/http-fetcher/ChangeLog
+++ b/dev-libs/http-fetcher/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/http-fetcher
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/http-fetcher/ChangeLog,v 1.5 2003/11/12 17:10:26 mholzer Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/http-fetcher/ChangeLog,v 1.6 2004/04/26 00:56:27 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> http-fetcher-1.0.2.ebuild:
+ Add die following econf for bug 48950
*http-fetcher-1.0.3 (12 Nov 2003)
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
}