$NetBSD$ * Part of patchset to build chromium on NetBSD * Based on OpenBSD's chromium patches, and pkgsrc's qt5-qtwebengine patches --- base/compiler_specific.h.orig 2025-09-08 23:21:33.000000000 +0000 +++ base/compiler_specific.h @@ -733,6 +733,7 @@ inline constexpr bool AnalyzerAssumeTrue #if __has_cpp_attribute(clang::preserve_most) && \ (defined(ARCH_CPU_ARM64) || defined(ARCH_CPU_X86_64)) && \ !defined(COMPONENT_BUILD) && \ + !BUILDFLAG(IS_OPENBSD) && \ !(BUILDFLAG(IS_WIN) && defined(ARCH_CPU_ARM64)) #define PRESERVE_MOST [[clang::preserve_most]] #else