summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-25 23:06:17 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-25 23:06:17 +0000
commitf72a5234851339daf7d9b946d74e52d50429701c (patch)
tree8e2b29ca492d37fe8e295e6dc509da4044a47b3a /app-text/htmldoc
parentStable on x86. (Manifest recommit) (diff)
downloadgentoo-2-f72a5234851339daf7d9b946d74e52d50429701c.tar.gz
gentoo-2-f72a5234851339daf7d9b946d74e52d50429701c.tar.bz2
gentoo-2-f72a5234851339daf7d9b946d74e52d50429701c.zip
Add die following econf for bug 48950
Diffstat (limited to 'app-text/htmldoc')
-rw-r--r--app-text/htmldoc/ChangeLog6
-rw-r--r--app-text/htmldoc/htmldoc-1.8.20-r1.ebuild4
-rw-r--r--app-text/htmldoc/htmldoc-1.8.23.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/app-text/htmldoc/ChangeLog b/app-text/htmldoc/ChangeLog
index c42d1ff6631b..712f1420725e 100644
--- a/app-text/htmldoc/ChangeLog
+++ b/app-text/htmldoc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/htmldoc
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/htmldoc/ChangeLog,v 1.15 2004/03/12 08:24:24 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/htmldoc/ChangeLog,v 1.16 2004/04/25 23:02:43 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> htmldoc-1.8.20-r1.ebuild,
+ htmldoc-1.8.23.ebuild:
+ Add die following econf for bug 48950
12 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> htmldoc-1.8.19.ebuild,
htmldoc-1.8.20-r1.ebuild, htmldoc-1.8.20.ebuild:
diff --git a/app-text/htmldoc/htmldoc-1.8.20-r1.ebuild b/app-text/htmldoc/htmldoc-1.8.20-r1.ebuild
index 05fd76250dc3..d5217b529d32 100644
--- a/app-text/htmldoc/htmldoc-1.8.20-r1.ebuild
+++ b/app-text/htmldoc/htmldoc-1.8.20-r1.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/app-text/htmldoc/htmldoc-1.8.20-r1.ebuild,v 1.6 2004/04/08 17:28:54 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/htmldoc/htmldoc-1.8.20-r1.ebuild,v 1.7 2004/04/25 23:02:43 agriffis Exp $
inherit eutils
@@ -30,7 +30,7 @@ src_compile() {
--with-x \
--with-gui \
--with-openssl-libs=/usr/lib \
- --with-openssl-includes=/usr/include/openssl
+ --with-openssl-includes=/usr/include/openssl || die "econf failed"
# Add missing -lfltk_images to LIBS
mv Makedefs Makedefs.orig
diff --git a/app-text/htmldoc/htmldoc-1.8.23.ebuild b/app-text/htmldoc/htmldoc-1.8.23.ebuild
index 91928c6214b0..49566c340f4b 100644
--- a/app-text/htmldoc/htmldoc-1.8.23.ebuild
+++ b/app-text/htmldoc/htmldoc-1.8.23.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/app-text/htmldoc/htmldoc-1.8.23.ebuild,v 1.8 2004/03/05 14:59:20 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/htmldoc/htmldoc-1.8.23.ebuild,v 1.9 2004/04/25 23:02:43 agriffis Exp $
DESCRIPTION="Convert HTML pages into a PDF document"
SRC_URI="ftp://ftp.easysw.com/pub/${PN}/${PV}/${P}-source.tar.bz2"
@@ -29,7 +29,7 @@ src_compile() {
use ssl && myconf="${myconf} --with-openssl-libs=/usr/lib \
--with-openssl-includes=/usr/include/openssl"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
# Add missing -lfltk_images to LIBS
use X && sed -i 's/-lfltk /-lfltk -lfltk_images /g' Makedefs