From 4d8b993067763463a5f0ff8ac1f95ed871720766 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Tue, 6 Aug 2024 00:36:50 -0400 Subject: [PATCH] evince: temp broken on 32bit --- srcpkgs/evince/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/evince/template b/srcpkgs/evince/template index 7d47c010f97..bd1e666f958 100644 --- a/srcpkgs/evince/template +++ b/srcpkgs/evince/template @@ -24,6 +24,10 @@ checksum=945c20a6f23839b0d5332729171458e90680da8264e99c6f9f41c219c7eeee7c build_options="gir gtk_doc" build_options_default="gir gtk_doc" +if [ "$XBPS_TARGET_WORDSIZE" = 32 ]; then + broken=temp +fi + pre_build() { # help gi-docgen find gi files on cross if [ -n "$CROSS_BUILD" ]; then