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:
parent
118bf1ed79
commit
55b476ce87
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215072
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user