From e8d8fb1b00d155d926c8850e34d9a20c81092d05 Mon Sep 17 00:00:00 2001 From: q66 Date: Mon, 9 May 2022 16:21:14 +0200 Subject: [PATCH] rink: broken on big endian ppc64 --- srcpkgs/rink/template | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/srcpkgs/rink/template b/srcpkgs/rink/template index 7772630d24b..9191abe6af4 100644 --- a/srcpkgs/rink/template +++ b/srcpkgs/rink/template @@ -14,3 +14,8 @@ homepage="https://github.com/tiffany352/rink-rs" changelog="https://github.com/tiffany352/rink-rs/releases" distfiles="https://github.com/tiffany352/rink-rs/archive/refs/tags/v${version}.tar.gz" checksum=49431c12f57d58090b9f5f7f899e98bebffaeed8ca69b5ee140aad4b1c1d9dc8 + +case "$XBPS_TARGET_MACHINE" in + ppc64le*) ;; + ppc64*) broken="lots of unresolved imports for some reason";; +esac