From 59785108c130169e9fb7fc50cc8eb5ad4253e083 Mon Sep 17 00:00:00 2001 From: q66 Date: Fri, 2 Dec 2022 20:26:50 +0000 Subject: [PATCH] difftastic: broken on non-cross non-atomic8 and idc enough --- srcpkgs/difftastic/template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/srcpkgs/difftastic/template b/srcpkgs/difftastic/template index 7aa5f193d58..dd02202b45d 100644 --- a/srcpkgs/difftastic/template +++ b/srcpkgs/difftastic/template @@ -14,6 +14,9 @@ checksum=474dabe2b6d343167942e42312b0ce420f8f6dc8245b951c8874208cbafc4a7d if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then makedepends+=" libatomic-devel" XBPS_CROSS_RUSTFLAGS+=" -latomic" + if [ -z "$CROSS_BUILD" ]; then + broken="how is this supposed to even work" + fi fi post_install() {