From a0d6801303851c29692ab50363991c85dd7a6157 Mon Sep 17 00:00:00 2001 From: q66 Date: Mon, 30 May 2022 14:31:46 +0200 Subject: [PATCH] fselect: broken on big endian ppc64 --- srcpkgs/fselect/template | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/srcpkgs/fselect/template b/srcpkgs/fselect/template index 7653b5e3137..bd5cff98d6f 100644 --- a/srcpkgs/fselect/template +++ b/srcpkgs/fselect/template @@ -10,6 +10,11 @@ homepage="https://github.com/jhspetersson/fselect" distfiles="${homepage}/archive/${version}.tar.gz" checksum=1456dd9172903cd997e7ade6ba45b5937cfce023682a2ceb140201b608fbc628 +case "$XBPS_TARGET_MACHINE" in + ppc64le*) ;; + ppc64*) broken="some rustix junk";; +esac + post_install() { vlicense LICENSE-MIT }