From c25841691f9892981fdcc40a88be5ec1a756b88f Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Tue, 30 Apr 2024 14:06:56 +0200 Subject: [PATCH] ports: build vim/vim-minial with --enable-multibyte A first step to complete UTF-8 support in the terminal (e.g., system_shell). --- repos/ports/src/noux-pkg/vim/target.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/ports/src/noux-pkg/vim/target.inc b/repos/ports/src/noux-pkg/vim/target.inc index 996403bc3bd..48de25449c7 100644 --- a/repos/ports/src/noux-pkg/vim/target.inc +++ b/repos/ports/src/noux-pkg/vim/target.inc @@ -1,7 +1,7 @@ CONFIGURE_ARGS = --disable-selinux --disable-xsmp --disable-xsmp-interact \ --disable-netbeans --disable-gtktest --disable-largefile \ --disable-acl --disable-gpm --disable-sysmouse \ - --disable-nls + --disable-nls --enable-multibyte # # configure: error: cross-compiling: please set 'vim_cv_toupper_broken'