summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/lynx/lynx-2.8.7_p1.ebuild')
-rw-r--r--www-client/lynx/lynx-2.8.7_p1.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/www-client/lynx/lynx-2.8.7_p1.ebuild b/www-client/lynx/lynx-2.8.7_p1.ebuild
index 6c12f0c0a668..4ff6c48990f3 100644
--- a/www-client/lynx/lynx-2.8.7_p1.ebuild
+++ b/www-client/lynx/lynx-2.8.7_p1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/lynx/lynx-2.8.7_p1.ebuild,v 1.11 2009/09/15 13:45:10 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/lynx/lynx-2.8.7_p1.ebuild,v 1.12 2009/10/05 06:47:54 wormo Exp $
EAPI=2
@@ -67,6 +67,9 @@ src_prepare() {
# fix configure for openssl compiled with kerberos (bug #267749)
epatch "${FILESDIR}/lynx-2.8.7-configure-openssl.patch"
+
+ # missing include of locale.h when compiled with -O0 (bug #286198)
+ epatch "${FILESDIR}/lynx-2.8.7-include-locale.patch"
}
src_configure() {