diff options
Diffstat (limited to 'devel/electron38/files/patch-printing_backend_cups__weak__functions.h')
-rw-r--r-- | devel/electron38/files/patch-printing_backend_cups__weak__functions.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron38/files/patch-printing_backend_cups__weak__functions.h b/devel/electron38/files/patch-printing_backend_cups__weak__functions.h new file mode 100644 index 000000000000..dde893f05375 --- /dev/null +++ b/devel/electron38/files/patch-printing_backend_cups__weak__functions.h @@ -0,0 +1,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 |