diff options
Diffstat (limited to 'www/chromium-uc/patches/patch-extensions_common_features_feature_cc')
| -rw-r--r-- | www/chromium-uc/patches/patch-extensions_common_features_feature_cc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/chromium-uc/patches/patch-extensions_common_features_feature_cc b/www/chromium-uc/patches/patch-extensions_common_features_feature_cc new file mode 100644 index 0000000..c896261 --- /dev/null +++ b/www/chromium-uc/patches/patch-extensions_common_features_feature_cc | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | $OpenBSD: patch-extensions_common_features_feature_cc,v 1.3 2021/11/16 11:28:47 robert Exp $ | ||
| 2 | |||
| 3 | Index: extensions/common/features/feature.cc | ||
| 4 | --- extensions/common/features/feature.cc.orig | ||
| 5 | +++ extensions/common/features/feature.cc | ||
| 6 | @@ -34,6 +34,8 @@ Feature::Platform Feature::GetCurrentPlatform() { | ||
| 7 | return WIN_PLATFORM; | ||
| 8 | #elif defined(OS_FUCHSIA) | ||
| 9 | return FUCHSIA_PLATFORM; | ||
| 10 | +#elif defined(OS_OPENBSD) | ||
| 11 | + return LINUX_PLATFORM; | ||
| 12 | #else | ||
| 13 | return UNSPECIFIED_PLATFORM; | ||
| 14 | #endif | ||
