aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-services_network_network__service.cc
blob: 13927ece4195e2299bb15587b66f890ee4ce3647 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- services/network/network_service.cc.orig	2023-05-05 12:12:41 UTC
+++ services/network/network_service.cc
@@ -89,7 +89,7 @@
 #include "third_party/boringssl/src/include/openssl/cpu.h"
 #endif
 
-#if (BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CASTOS)) || \
+#if ((BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CASTOS)) || BUILDFLAG(IS_BSD)) || \
     BUILDFLAG(IS_CHROMEOS_LACROS)
 
 #include "components/os_crypt/sync/key_storage_config_linux.h"