From 5011e54b974f5166fa9d45ab4d98f954bd431ee6 Mon Sep 17 00:00:00 2001 From: q66 Date: Sun, 5 Jan 2020 22:34:57 +0100 Subject: [PATCH] mozc: won't build for big endian --- srcpkgs/mozc/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/mozc/template b/srcpkgs/mozc/template index 63a86321c4..ade9bdabef 100644 --- a/srcpkgs/mozc/template +++ b/srcpkgs/mozc/template @@ -29,6 +29,10 @@ if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-devel" fi +if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then + broken="Does not build" +fi + post_extract() { ln -s mozc-* mozc rm -rf mozc/src/unix/fcitx5