summaryrefslogtreecommitdiff
path: root/editors
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
parentsysutils/syslog-ng2: [PATCH] syslog-ng2 package name and Latest link (diff)
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.
Notes
Notes: svn path=/head/; revision=215072
Diffstat (limited to 'editors')
-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)