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