vim: fix cross-compiling, newer ebuilds rely on broken auto-detection

This commit is contained in:
Michael Marineau 2014-08-16 13:31:54 -07:00
parent 399ad853a9
commit 0adce60061

View File

@ -0,0 +1,3 @@
# automatic terminal library selection doesn't work when cross-compiling
# Gentoo bug: https://bugs.gentoo.org/show_bug.cgi?id=473372
EXTRA_ECONF="--with-tlib=ncurses"