diff options
-rw-r--r-- | app-text/htmldoc/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/htmldoc/htmldoc-1.8.20.ebuild | 4 |
2 files changed, 6 insertions, 3 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/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 |