diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 23:14:25 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 23:14:25 +0000 |
commit | 946b14f0175cb00325f20ba5bad362e76c221ae4 (patch) | |
tree | 989e833f88fd2532acc13f470da804aa0cf35f8d /app-text/htmldoc | |
parent | Stable on alpha and ia64 (diff) | |
download | historical-946b14f0175cb00325f20ba5bad362e76c221ae4.tar.gz historical-946b14f0175cb00325f20ba5bad362e76c221ae4.tar.bz2 historical-946b14f0175cb00325f20ba5bad362e76c221ae4.zip |
Add die following econf for bug 48950
Diffstat (limited to 'app-text/htmldoc')
-rw-r--r-- | app-text/htmldoc/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/htmldoc/htmldoc-1.8.20-r1.ebuild | 4 | ||||
-rw-r--r-- | app-text/htmldoc/htmldoc-1.8.23.ebuild | 4 |
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 |