summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald van Dijk <truedfx@gentoo.org>2007-01-03 01:48:54 +0000
committerHarald van Dijk <truedfx@gentoo.org>2007-01-03 01:48:54 +0000
commitdf90441fa7b585613473da96e64d2d6e1c911e72 (patch)
tree53449c4b8b1bfd2fb4c1b8d5501333440468ef62 /eclass/vim.eclass
parentStable on Alpha. (diff)
downloadgentoo-2-df90441fa7b585613473da96e64d2d6e1c911e72.tar.gz
gentoo-2-df90441fa7b585613473da96e64d2d6e1c911e72.tar.bz2
gentoo-2-df90441fa7b585613473da96e64d2d6e1c911e72.zip
Link with libcurses instead of libncurses
Diffstat (limited to 'eclass/vim.eclass')
-rw-r--r--eclass/vim.eclass4
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"