$NetBSD: patch-printing_backend_cups__weak__functions.h,v 1.3 2025/09/12 16:02:32 kikadf Exp $ * Part of patchset to build chromium on NetBSD * Based on OpenBSD's chromium patches, and pkgsrc's qt5-qtwebengine patches --- printing/backend/cups_weak_functions.h.orig 2025-09-08 23:21:33.000000000 +0000 +++ printing/backend/cups_weak_functions.h @@ -6,7 +6,7 @@ #include "build/build_config.h" -static_assert(BUILDFLAG(IS_LINUX)); +static_assert(BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)); // Function availability can be tested by checking whether its address is not // nullptr. Weak symbols remove the need for platform specific build flags and