aboutsummaryrefslogtreecommitdiff
path: root/devel/electron38/files/patch-printing_backend_print__backend__cups.h
blob: 372e25ce74fcc1c690d58e4c42ea661e4ac248a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- printing/backend/print_backend_cups.h.orig	2025-08-26 20:49:50 UTC
+++ printing/backend/print_backend_cups.h
@@ -17,7 +17,7 @@
 #include "printing/mojom/print.mojom.h"
 #include "url/gurl.h"
 
-static_assert(BUILDFLAG(IS_LINUX));
+static_assert(BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD));
 
 namespace printing {