diff options
Diffstat (limited to 'devel/electron38/files/patch-printing_backend_cups__printer.cc')
-rw-r--r-- | devel/electron38/files/patch-printing_backend_cups__printer.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron38/files/patch-printing_backend_cups__printer.cc b/devel/electron38/files/patch-printing_backend_cups__printer.cc new file mode 100644 index 000000000000..1627724944c3 --- /dev/null +++ b/devel/electron38/files/patch-printing_backend_cups__printer.cc @@ -0,0 +1,11 @@ +--- printing/backend/cups_printer.cc.orig 2025-08-26 20:49:50 UTC ++++ printing/backend/cups_printer.cc +@@ -24,7 +24,7 @@ + #include "printing/print_job_constants.h" + #include "url/gurl.h" + +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + #include "printing/backend/cups_weak_functions.h" + #endif + |