aboutsummaryrefslogtreecommitdiffstats
path: root/editors/vile
diff options
context:
space:
mode:
authorgj <gj@FreeBSD.org>2008-06-18 21:36:52 +0800
committergj <gj@FreeBSD.org>2008-06-18 21:36:52 +0800
commitc9dec1bafdad527ba5baa4f81ad8aa5af98da89f (patch)
treea6b539982d688175bdb9690ecf3d5636566a299f /editors/vile
parenta96435617684a1908b88773b9122f45ad1d880b6 (diff)
downloadfreebsd-ports-gnome-c9dec1bafdad527ba5baa4f81ad8aa5af98da89f.tar.gz
freebsd-ports-gnome-c9dec1bafdad527ba5baa4f81ad8aa5af98da89f.tar.zst
freebsd-ports-gnome-c9dec1bafdad527ba5baa4f81ad8aa5af98da89f.zip
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.
Diffstat (limited to 'editors/vile')
-rw-r--r--editors/vile/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile
index 96a4da5cf728..c3f9a04b1f80 100644
--- a/editors/vile/Makefile
+++ b/editors/vile/Makefile
@@ -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)