Update package version to 9.1.1845
This commit is contained in:
@@ -10,6 +10,9 @@ prepare() {
|
||||
sed -E 's|^.*(#define SYS_.*VIMRC_FILE.*").*$|\1|g' -i src/feature.h
|
||||
sed -E 's|^.*(#define VIMRC_FILE.*").*$|\1|g' -i src/feature.h
|
||||
|
||||
# Fix makefile dependencies for vim 9.1.1845
|
||||
patch -Np1 -i "$BPM_WORKDIR"/fix-makefile-dependencies.patch
|
||||
|
||||
# Regenerate configure script
|
||||
cd src
|
||||
autoconf
|
||||
@@ -21,7 +24,7 @@ build() {
|
||||
./configure --prefix=/usr \
|
||||
--localstatedir=/var/lib/vim \
|
||||
--with-features=huge \
|
||||
--with-compiledby='Arch Linux' \
|
||||
--with-compiledby='Tide Linux' \
|
||||
--with-wayland=no \
|
||||
--enable-gpm \
|
||||
--enable-acl \
|
||||
@@ -34,7 +37,8 @@ build() {
|
||||
--enable-python3interp=dynamic \
|
||||
--enable-rubyinterp=dynamic \
|
||||
--enable-luainterp=dynamic \
|
||||
--enable-tclinterp=dynamic
|
||||
--enable-tclinterp=dynamic \
|
||||
--disable-canberra
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user