Work around a problem which I noticed today while using vile.

If ICONV support is turned off then i18n support (turned on by default) must
also be disabled, otherwise vile ignores all keyboard input.

Strangely, xvile does not exhibit this behavior.
This commit is contained in:
Gary Jennejohn 2008-06-18 13:36:52 +00:00
parent 118bf1ed79
commit 55b476ce87
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215072

View File

@ -34,6 +34,7 @@ CONFIGURE_ARGS+= --with-iconv
USE_ICONV= yes
.else
CONFIGURE_ARGS+= --without-iconv
CONFIGURE_ARGS+= --without-locale
.endif
.if defined(WITH_PERL)