summaryrefslogtreecommitdiffstats
path: root/source/ap/vim/vim-gvim.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2021-05-27 18:50:50 +0000
committer Eric Hameleers <alien@slackware.com>2021-05-28 08:59:53 +0200
commit4d24f4e80f7a82178778a0865d36f51e411e0a66 (patch)
treef54f1e9f8b496f2ab96e4bdd910c5996226364e7 /source/ap/vim/vim-gvim.SlackBuild
parent45dee3ba77755824f2f23bb8fae10822f74ec025 (diff)
downloadcurrent-4d24f4e80f7a82178778a0865d36f51e411e0a66.tar.gz
current-4d24f4e80f7a82178778a0865d36f51e411e0a66.tar.xz
Thu May 27 18:50:50 UTC 202120210527185050
a/aaa_libraries-15.0-x86_64-7.txz: Rebuilt. Upgraded: libcap.so.2.50, libelf-0.185.so, libzstd.so.1.5.0, libexpat.so.1.8.1, libglib-2.0.so.0.6800.2, libgmodule-2.0.so.0.6800.2, libgobject-2.0.so.0.6800.2, libgthread-2.0.so.0.6800.2, libidn.so.12.6.2, libisl.so.23.1.0, libpcre2-8.so.0.10.2, libtiff.so.5.7.0, libtiffxx.so.5.7.0. ap/mariadb-10.5.10-x86_64-2.txz: Rebuilt. Recompiled against pcre2-10.37. ap/vim-8.2.2891-x86_64-1.txz: Upgraded. l/netpbm-10.94.05-x86_64-1.txz: Upgraded. l/pcre2-10.37-x86_64-1.txz: Upgraded. Shared library .so-version bump. xap/vim-gvim-8.2.2891-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/ap/vim/vim-gvim.SlackBuild')
-rwxr-xr-xsource/ap/vim/vim-gvim.SlackBuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/source/ap/vim/vim-gvim.SlackBuild b/source/ap/vim/vim-gvim.SlackBuild
index 19d5060bc..1cfc9a198 100755
--- a/source/ap/vim/vim-gvim.SlackBuild
+++ b/source/ap/vim/vim-gvim.SlackBuild
@@ -34,10 +34,8 @@ VIMBRANCH=8.2
VERSION=$(echo vim-${VIMBRANCH}*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)
BUILD=${BUILD:-1}
-# The possible settings for this are yes/no/dynamic. We've been using dynamic,
-# but that's not currently compiling against perl-5.34.0. So we'll use "yes"
-# until "dynamic" works again, which probably won't take long.
-PERLINTERP=${PERLINTERP:-yes}
+# The possible settings for this are yes/no/dynamic.
+PERLINTERP=${PERLINTERP:-dynamic}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then