diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 23:06:17 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 23:06:17 +0000 |
commit | f72a5234851339daf7d9b946d74e52d50429701c (patch) | |
tree | 8e2b29ca492d37fe8e295e6dc509da4044a47b3a /app-text/htmldoc/htmldoc-1.8.20-r1.ebuild | |
parent | Stable on x86. (Manifest recommit) (diff) | |
download | gentoo-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/htmldoc-1.8.20-r1.ebuild')
-rw-r--r-- | app-text/htmldoc/htmldoc-1.8.20-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 |