diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 17:38:56 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 17:38:56 +0000 |
commit | 08114945467854d7e9e2802a1d10b60b8c4dddd6 (patch) | |
tree | 786b346b4f5d2a29f4b0600594eab05ed8d4f9d8 /app-text/htmldoc | |
parent | new version, 1.0.7 (diff) | |
download | historical-08114945467854d7e9e2802a1d10b60b8c4dddd6.tar.gz historical-08114945467854d7e9e2802a1d10b60b8c4dddd6.tar.bz2 historical-08114945467854d7e9e2802a1d10b60b8c4dddd6.zip |
Add die following econf for bug 48950
Diffstat (limited to 'app-text/htmldoc')
-rw-r--r-- | app-text/htmldoc/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/htmldoc/Manifest | 4 | ||||
-rw-r--r-- | app-text/htmldoc/htmldoc-1.8.20.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-text/htmldoc/ChangeLog b/app-text/htmldoc/ChangeLog index 712f1420725e..a08401872588 100644 --- a/app-text/htmldoc/ChangeLog +++ b/app-text/htmldoc/ChangeLog @@ -1,6 +1,9 @@ # 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.16 2004/04/25 23:02:43 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/htmldoc/ChangeLog,v 1.17 2004/04/26 17:38:56 agriffis Exp $ + + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> htmldoc-1.8.20.ebuild: + Add die following econf for bug 48950 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> htmldoc-1.8.20-r1.ebuild, htmldoc-1.8.23.ebuild: diff --git a/app-text/htmldoc/Manifest b/app-text/htmldoc/Manifest index ad0f96663dc4..4603ae036213 100644 --- a/app-text/htmldoc/Manifest +++ b/app-text/htmldoc/Manifest @@ -1,7 +1,7 @@ MD5 cdada43ef0053aa57dae6c81aa941f73 htmldoc-1.8.20-r1.ebuild 1345 -MD5 b50b06e1270061d937667bd7dd2efc33 htmldoc-1.8.20.ebuild 1156 +MD5 9aed35bcf5e630715ac1dd7eb5a852b9 htmldoc-1.8.20.ebuild 1177 MD5 b9a21e7bdeb2b23a098abd9d75d0a84b htmldoc-1.8.23.ebuild 1301 -MD5 e55e1084781d622b4d7796b1e80010f3 ChangeLog 2287 +MD5 a7f82ffe80bbac2ee51c4faa1ea0e30c ChangeLog 2401 MD5 e30c00654428acd8efa5e88ee5a74249 htmldoc-1.8.19.ebuild 764 MD5 86ae7168499a7aed0980b69d04839ea7 files/digest-htmldoc-1.8.19 75 MD5 4fd3b7ec1b30af0be9c2fd4695062c0c files/digest-htmldoc-1.8.20 77 diff --git a/app-text/htmldoc/htmldoc-1.8.20.ebuild b/app-text/htmldoc/htmldoc-1.8.20.ebuild index b5ababea7b01..1c7d9dda12ca 100644 --- a/app-text/htmldoc/htmldoc-1.8.20.ebuild +++ b/app-text/htmldoc/htmldoc-1.8.20.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.ebuild,v 1.11 2004/03/12 08:24:24 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/htmldoc/htmldoc-1.8.20.ebuild,v 1.12 2004/04/26 17:38:56 agriffis Exp $ DESCRIPTION="Convert HTML pages into a PDF document" SRC_URI="ftp://ftp.easysw.com/pub/htmldoc/1.8.20/${P}-1-source.tar.bz2" @@ -25,7 +25,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 |