From d38f9c528208ee62ef9c461d4f377c459c19099b Mon Sep 17 00:00:00 2001 From: Harald van Dijk Date: Wed, 3 Jan 2007 01:48:54 +0000 Subject: [PATCH] Link with libcurses instead of libncurses --- eclass/vim.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/vim.eclass b/eclass/vim.eclass index 3f1b83bd1bc4..1ed5b895a110 100644 --- a/eclass/vim.eclass +++ b/eclass/vim.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.156 2006/10/31 08:24:29 pioto Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.157 2007/01/03 01:48:54 truedfx Exp $ # Authors: # Ryan Phillips @@ -452,7 +452,7 @@ vim_src_compile() { # Note: If USE=gpm, then ncurses will still be required. See bug #93970 # for the reasons behind the USE flag change. - myconf="${myconf} --with-tlib=ncurses" + myconf="${myconf} --with-tlib=curses" if version_is_at_least "6.4_beta" ; then myconf="${myconf} --disable-selinux" -- 2.26.2