parent
c2a2cbea53
commit
2272cf57f3
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'hexchat'
|
||||
pkgname=hexchat
|
||||
version=2.14.2
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=meson
|
||||
configure_args="-Dwith-dbus=true -Dwith-ssl=true -Dwith-text=false
|
||||
-Dwith-perl=/usr/bin/perl -Dwith-python=python3
|
||||
|
@ -22,7 +22,6 @@ build_options="LuaJIT"
|
|||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
arm*-musl) : "LuaJIT is broken for musl cross arches" ;;
|
||||
aarch64*) : "LuaJIT is not supported on aarch64" ;;
|
||||
*) build_options_default+=" LuaJIT" ;;
|
||||
esac
|
||||
lib32disabled=yes
|
||||
|
|
Loading…
Reference in New Issue