aboutsummaryrefslogtreecommitdiffstats
path: root/devel/electron39/files/patch-printing_backend_cups__weak__functions.h
blob: dde893f053750a41d25489df7f606f391b0a945c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- printing/backend/cups_weak_functions.h.orig	2025-08-26 20:49:50 UTC
+++ 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