From 70e8f5cff830172522efafdfb09eb27ae1c372eb Mon Sep 17 00:00:00 2001 From: EnumDev Date: Thu, 26 Feb 2026 14:27:44 +0200 Subject: [PATCH] Rebuild without tcl --- pkg.info | 2 +- source.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg.info b/pkg.info index e450c5f..c9397b0 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: vim description: A highly configurable text editor version: 9.2.0033 -revision: 1 +revision: 2 url: https://www.vim.org/ license: vim maintainers: diff --git a/source.sh b/source.sh index a9b1690..529cb49 100644 --- a/source.sh +++ b/source.sh @@ -36,7 +36,8 @@ build() { --enable-rubyinterp=dynamic \ --enable-luainterp=dynamic \ --enable-tclinterp=dynamic \ - --disable-canberra + --disable-canberra \ + --disable-tclinterp make }