diff options
Diffstat (limited to 'devel/electron37/files/patch-net_http_http__auth__preferences.cc')
-rw-r--r-- | devel/electron37/files/patch-net_http_http__auth__preferences.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron37/files/patch-net_http_http__auth__preferences.cc b/devel/electron37/files/patch-net_http_http__auth__preferences.cc new file mode 100644 index 000000000000..021f62c93bf4 --- /dev/null +++ b/devel/electron37/files/patch-net_http_http__auth__preferences.cc @@ -0,0 +1,11 @@ +--- net/http/http_auth_preferences.cc.orig 2025-04-22 20:15:27 UTC ++++ net/http/http_auth_preferences.cc +@@ -38,7 +38,7 @@ std::string HttpAuthPreferences::AuthAndroidNegotiateA + } + #endif // BUILDFLAG(IS_ANDROID) + +-#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + bool HttpAuthPreferences::AllowGssapiLibraryLoad() const { + return allow_gssapi_library_load_; + } |