Skip to content

Commit

Permalink
ports: build vim/vim-minial with --enable-multibyte
Browse files Browse the repository at this point in the history
A first step to complete UTF-8 support in the terminal (e.g.,
system_shell).
  • Loading branch information
chelmuth committed May 2, 2024
1 parent 1146f27 commit c258416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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'
Expand Down

0 comments on commit c258416

Please sign in to comment.