aboutsummaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-services_network_network__context.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/iridium/files/patch-services_network_network__context.h')
-rw-r--r--www/iridium/files/patch-services_network_network__context.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/iridium/files/patch-services_network_network__context.h b/www/iridium/files/patch-services_network_network__context.h
new file mode 100644
index 000000000000..8359b858580f
--- /dev/null
+++ b/www/iridium/files/patch-services_network_network__context.h
@@ -0,0 +1,11 @@
+--- services/network/network_context.h.orig 2023-10-21 11:51:27 UTC
++++ services/network/network_context.h
+@@ -667,7 +667,7 @@ class COMPONENT_EXPORT(NETWORK_SERVICE) NetworkContext
+ public:
+ explicit NetworkContextHttpAuthPreferences(NetworkService* network_service);
+ ~NetworkContextHttpAuthPreferences() override;
+-#if BUILDFLAG(IS_LINUX)
++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
+ bool AllowGssapiLibraryLoad() const override;
+ #endif // BUILDFLAG(IS_LINUX)
+ private: