vim-gtk: rebuild with python 3.9

This commit is contained in:
Leonid Pliushch 2020-10-08 19:39:57 +03:00 committed by Yaksh Bariya
parent 17f3a4871a
commit 632f6ac56f
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 3 additions and 2 deletions

View File

@ -5,6 +5,7 @@ TERMUX_PKG_MAINTAINER="Leonid Pliushch <leonid.pliushch@gmail.com>"
# vim should only be updated every 50 releases on multiples of 50.
TERMUX_PKG_VERSION=8.2.1700
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/vim/vim/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=4b32a3ccb1809a00f0ce114916af982f6513d98751864c783b058a98ad6ac900
@ -16,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.8
vi_cv_var_python3_version=3.9
vim_cv_getcwd_broken=no
vim_cv_memmove_handles_overlap=yes
vim_cv_stat_ignores_slash=no
@ -31,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.8/config-3.8/
--with-python3-config-dir=$TERMUX_PREFIX/lib/python3.9/config-3.9/
--with-tlib=ncursesw
--with-x"