aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-printing_backend_cups__weak__functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-printing_backend_cups__weak__functions.h')
-rw-r--r--www/chromium/files/patch-printing_backend_cups__weak__functions.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chromium/files/patch-printing_backend_cups__weak__functions.h b/www/chromium/files/patch-printing_backend_cups__weak__functions.h
new file mode 100644
index 000000000000..94a7f8468390
--- /dev/null
+++ b/www/chromium/files/patch-printing_backend_cups__weak__functions.h
@@ -0,0 +1,11 @@
+--- printing/backend/cups_weak_functions.h.orig 2025-09-06 10:01:20 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