mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
weechat: rebuild for ruby-3.4.4.
This commit is contained in:
parent
ad3e2f38b0
commit
93b6236d33
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'weechat'
|
# Template file for 'weechat'
|
||||||
pkgname=weechat
|
pkgname=weechat
|
||||||
version=4.6.3
|
version=4.6.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DENABLE_MAN=ON -DENABLE_PERL=ON
|
configure_args="-DENABLE_MAN=ON -DENABLE_PERL=ON
|
||||||
-DENABLE_LUA=ON -DENABLE_RUBY=ON -DENABLE_SPELL=ON
|
-DENABLE_LUA=ON -DENABLE_RUBY=ON -DENABLE_SPELL=ON
|
||||||
|
@ -33,7 +33,7 @@ if [ "$CROSS_BUILD" ]; then
|
||||||
-DPERL_LFLAGS=-L$_perlpath"
|
-DPERL_LFLAGS=-L$_perlpath"
|
||||||
fi
|
fi
|
||||||
pre_configure() {
|
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() {
|
weechat-aspell_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue