From 57df5d7ac9f8cd797d30efad1a52f0817c2c8c9f Mon Sep 17 00:00:00 2001 From: q66 Date: Sat, 17 Dec 2022 00:20:54 +0000 Subject: [PATCH] bismuth: broken on big endian --- srcpkgs/bismuth/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/bismuth/template b/srcpkgs/bismuth/template index 540c04bf73d..20eff41cd3c 100644 --- a/srcpkgs/bismuth/template +++ b/srcpkgs/bismuth/template @@ -21,6 +21,10 @@ if [ "$XBPS_CROSS_BUILD" ]; then configure_args+=" -DBUILD_TESTING=OFF" fi +if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then + broken="npm WARN exec The following package was not found and will be installed: esbuild" +fi + post_install() { vlicense LICENSE }