summaryrefslogtreecommitdiff
path: root/editors/vile
diff options
context:
space:
mode:
authorGary Jennejohn <gj@FreeBSD.org>2008-06-18 13:36:52 +0000
committerGary Jennejohn <gj@FreeBSD.org>2008-06-18 13:36:52 +0000
commit55b476ce8765f2bdd35baf3ac62feac23b3efd8c (patch)
treea2eee41c8481b21874f4c38db16b73fc385aba1f /editors/vile
parent118bf1ed794581ec8b33a3e4c06b2f16ae1addca (diff)
downloadfreebsd-ports-55b476ce8765f2bdd35baf3ac62feac23b3efd8c.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)