weechat: rebuild for ruby-3.4.4.

This commit is contained in:
Leah Neukirchen 2025-07-15 16:29:05 +02:00
parent ad3e2f38b0
commit 93b6236d33

View file

@ -1,7 +1,7 @@
# Template file for 'weechat'
pkgname=weechat
version=4.6.3
revision=1
revision=2
build_style=cmake
configure_args="-DENABLE_MAN=ON -DENABLE_PERL=ON
-DENABLE_LUA=ON -DENABLE_RUBY=ON -DENABLE_SPELL=ON
@ -33,7 +33,7 @@ if [ "$CROSS_BUILD" ]; then
-DPERL_LFLAGS=-L$_perlpath"
fi
pre_configure() {
configure_args+=" -DRuby_CONFIG_INCLUDE_DIR=${XBPS_CROSS_BASE}/$(pkg-config --variable=rubyarchhdrdir ruby-3.3)"
configure_args+=" -DRuby_CONFIG_INCLUDE_DIR=${XBPS_CROSS_BASE}/$(pkg-config --variable=rubyarchhdrdir ruby-3.4)"
}
weechat-aspell_package() {