aboutsummaryrefslogtreecommitdiff
path: root/devel/electron37/files/patch-extensions_common_features_feature.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron37/files/patch-extensions_common_features_feature.cc')
-rw-r--r--devel/electron37/files/patch-extensions_common_features_feature.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron37/files/patch-extensions_common_features_feature.cc b/devel/electron37/files/patch-extensions_common_features_feature.cc
new file mode 100644
index 000000000000..981accef0f6e
--- /dev/null
+++ b/devel/electron37/files/patch-extensions_common_features_feature.cc
@@ -0,0 +1,11 @@
+--- extensions/common/features/feature.cc.orig 2025-01-27 17:37:37 UTC
++++ extensions/common/features/feature.cc
+@@ -29,6 +29,8 @@ Feature::Platform Feature::GetCurrentPlatform() {
+ return WIN_PLATFORM;
+ #elif BUILDFLAG(IS_FUCHSIA)
+ return FUCHSIA_PLATFORM;
++#elif BUILDFLAG(IS_BSD)
++ return LINUX_PLATFORM;
+ #else
+ return UNSPECIFIED_PLATFORM;
+ #endif