aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-services_network_network__service.cc
blob: 5f4e290531b8bca4420685ff80a03b11d6d0d4f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- services/network/network_service.cc.orig	2023-01-13 08:56:02 UTC
+++ services/network/network_service.cc
@@ -88,7 +88,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/key_storage_config_linux.h"