diff options
Diffstat (limited to 'devel/electron38/files/patch-extensions_common_features_feature.cc')
-rw-r--r-- | devel/electron38/files/patch-extensions_common_features_feature.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron38/files/patch-extensions_common_features_feature.cc b/devel/electron38/files/patch-extensions_common_features_feature.cc new file mode 100644 index 000000000000..849272c59fad --- /dev/null +++ b/devel/electron38/files/patch-extensions_common_features_feature.cc @@ -0,0 +1,11 @@ +--- extensions/common/features/feature.cc.orig 2025-08-26 20:49:50 UTC ++++ extensions/common/features/feature.cc +@@ -30,6 +30,8 @@ Feature::Platform Feature::GetCurrentPlatform() { + return WIN_PLATFORM; + #elif BUILDFLAG(ENABLE_DESKTOP_ANDROID_EXTENSIONS) + return DESKTOP_ANDROID_PLATFORM; ++#elif BUILDFLAG(IS_BSD) ++ return LINUX_PLATFORM; + #else + return UNSPECIFIED_PLATFORM; + #endif |