diff options
Diffstat (limited to 'source/ap/vim/vim-gvim.SlackBuild')
-rwxr-xr-x | source/ap/vim/vim-gvim.SlackBuild | 6 |
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 |