From a3ae08eb743624ca7a4b0e1259068b296859af5f Mon Sep 17 00:00:00 2001 From: Duncaen Date: Thu, 17 Jul 2025 17:41:28 +0200 Subject: [PATCH] chromium: mark broken to build some other things first --- srcpkgs/chromium/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/chromium/template b/srcpkgs/chromium/template index 0b12b20a2b5..84a098c2139 100644 --- a/srcpkgs/chromium/template +++ b/srcpkgs/chromium/template @@ -75,6 +75,8 @@ if [ "$CROSS_BUILD" ]; then esac fi +broken="build some other things first" + post_patch() { if [ "$XBPS_TARGET_LIBC" = "musl" ]; then for f in "${FILESDIR}"/musl-patches/*.patch; do