From 84d7e900a913ae20499e866a6be3767183d18c3b Mon Sep 17 00:00:00 2001 From: John Date: Mon, 30 Dec 2024 13:29:59 +0100 Subject: [PATCH] tellico: set broken for 32bit cross --- srcpkgs/tellico/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/tellico/template b/srcpkgs/tellico/template index 2dcefa29d4e..7bdd0c7bb74 100644 --- a/srcpkgs/tellico/template +++ b/srcpkgs/tellico/template @@ -32,3 +32,7 @@ desc_option_xmp="Support for reading PDF/XMP metadata" desc_option_yaz="Support for searching z39.50 databases" desc_option_cddb="Support for CDDB searches" desc_option_scanner="Support for adding scanned images to a collection" + +if [ "$XBPS_WORDSIZE$XBPS_WORDSIZE" = "64$XBPS_TARGET_WORDSIZE" ]; then + broken="no qt6-webengine" +fi