diff options
Diffstat (limited to 'devel/electron38/files/patch-services_network_network__context.cc')
-rw-r--r-- | devel/electron38/files/patch-services_network_network__context.cc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/electron38/files/patch-services_network_network__context.cc b/devel/electron38/files/patch-services_network_network__context.cc new file mode 100644 index 000000000000..1a39967ab12f --- /dev/null +++ b/devel/electron38/files/patch-services_network_network__context.cc @@ -0,0 +1,20 @@ +--- services/network/network_context.cc.orig 2025-09-10 14:33:47 UTC ++++ services/network/network_context.cc +@@ -739,7 +739,7 @@ NetworkContext::NetworkContextHttpAuthPreferences:: + NetworkContext::NetworkContextHttpAuthPreferences:: + ~NetworkContextHttpAuthPreferences() = default; + +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + bool NetworkContext::NetworkContextHttpAuthPreferences::AllowGssapiLibraryLoad() + const { + if (network_service_) { +@@ -2722,7 +2722,7 @@ void NetworkContext::OnHttpAuthDynamicParamsChanged( + http_auth_dynamic_network_service_params->android_negotiate_account_type); + #endif // BUILDFLAG(IS_ANDROID) + +-#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + http_auth_merged_preferences_.set_allow_gssapi_library_load( + http_auth_dynamic_network_service_params->allow_gssapi_library_load); + #endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) |