From 2272cf57f36403916bd9649a4a6a9d6b98687c1c Mon Sep 17 00:00:00 2001 From: q66 Date: Tue, 22 Jan 2019 12:21:45 +0100 Subject: [PATCH] hexchat: enable luajit on aarch64 [ci skip] --- srcpkgs/hexchat/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/hexchat/template b/srcpkgs/hexchat/template index 5168b854277..3f6876feb74 100644 --- a/srcpkgs/hexchat/template +++ b/srcpkgs/hexchat/template @@ -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