diff options
author | Harald van Dijk <truedfx@gentoo.org> | 2007-01-03 01:48:54 +0000 |
---|---|---|
committer | Harald van Dijk <truedfx@gentoo.org> | 2007-01-03 01:48:54 +0000 |
commit | d38f9c528208ee62ef9c461d4f377c459c19099b (patch) | |
tree | 2dacb0429c980975fa2ebd98fe01bba1b16d9051 /eclass | |
parent | Stable on Alpha. (diff) | |
download | historical-d38f9c528208ee62ef9c461d4f377c459c19099b.tar.gz historical-d38f9c528208ee62ef9c461d4f377c459c19099b.tar.bz2 historical-d38f9c528208ee62ef9c461d4f377c459c19099b.zip |
Link with libcurses instead of libncurses
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/vim.eclass | 4 |
1 files 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 <rphillips@gentoo.org> @@ -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" |