From 1f9f886c7dec2717421a068e61c1e22658be7234 Mon Sep 17 00:00:00 2001 From: kmos Date: Sat, 22 Oct 2022 22:21:15 +0000 Subject: [PATCH] Mark BROKEN-sparc64 I tried patching around the many -W warnings that GCC 8.4.x doesn't understand but ultimately get: #error libdispatch requires C11 with --- devel/libdispatch/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/libdispatch/Makefile b/devel/libdispatch/Makefile index 3bfe96928a9..e65299455b9 100644 --- a/devel/libdispatch/Makefile +++ b/devel/libdispatch/Makefile @@ -1,3 +1,5 @@ +BROKEN-sparc64 = error libdispatch requires C11 with stdatomic.h + COMMENT = Grand Central Dispatch PKGNAME = libdispatch-$V