vim-gtk: configure for python 3.10

This commit is contained in:
Leonid Pliushch 2021-10-09 18:57:05 +03:00 committed by Yaksh Bariya
parent 2ce944d3be
commit fc73b59354
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ TERMUX_PKG_MAINTAINER="@termux"
# vim should only be updated every 50 releases on multiples of 50.
TERMUX_PKG_VERSION=8.2.3450
TERMUX_PKG_REVISION=2
TERMUX_PKG_REVISION=3
TERMUX_PKG_SRCURL=https://github.com/vim/vim/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=bf9f41f8804addf7c875fba32f68ad1588f8f9697fc9b8d51857b6b22f87f570
@ -17,7 +17,7 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
ac_cv_small_wchar_t=no
vi_cv_path_python3_pfx=$TERMUX_PREFIX
vi_cv_var_python3_abiflags=
vi_cv_var_python3_version=3.9
vi_cv_var_python3_version=3.10
vim_cv_getcwd_broken=no
vim_cv_memmove_handles_overlap=yes
vim_cv_stat_ignores_slash=no
@ -32,7 +32,7 @@ vim_cv_tty_group=world
--enable-python3interp
--with-features=huge
--with-lua-prefix=$TERMUX_PREFIX
--with-python3-config-dir=$TERMUX_PREFIX/lib/python3.9/config-3.9/
--with-python3-config-dir=$TERMUX_PREFIX/lib/python3.10/config-3.10/
--with-tlib=ncursesw
--with-x"