Merge pull request #840 from marineam/note

vim: add note for when workaround can be removed
This commit is contained in:
Michael Marineau 2014-09-05 17:32:44 -07:00
commit fbaab249c5

View File

@ -1,3 +1,4 @@
# automatic terminal library selection doesn't work when cross-compiling # automatic terminal library selection doesn't work when cross-compiling
# Gentoo bug: https://bugs.gentoo.org/show_bug.cgi?id=473372 # Gentoo bug: https://bugs.gentoo.org/show_bug.cgi?id=473372
# Reportedly fixed in app-editors/vim-7.4.430 but we haven't updated yet.
EXTRA_ECONF="--with-tlib=ncurses" EXTRA_ECONF="--with-tlib=ncurses"