diff options
Diffstat (limited to 'devel/electron38/files/patch-components_variations_service_variations__service.cc')
-rw-r--r-- | devel/electron38/files/patch-components_variations_service_variations__service.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron38/files/patch-components_variations_service_variations__service.cc b/devel/electron38/files/patch-components_variations_service_variations__service.cc new file mode 100644 index 000000000000..b6d5403878a8 --- /dev/null +++ b/devel/electron38/files/patch-components_variations_service_variations__service.cc @@ -0,0 +1,11 @@ +--- components/variations/service/variations_service.cc.orig 2025-08-26 20:49:50 UTC ++++ components/variations/service/variations_service.cc +@@ -99,7 +99,7 @@ std::string GetPlatformString() { + return "android"; + #elif BUILDFLAG(IS_FUCHSIA) + return "fuchsia"; +-#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) || BUILDFLAG(IS_SOLARIS) ++#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) || BUILDFLAG(IS_SOLARIS) || BUILDFLAG(IS_BSD) + // Default BSD and SOLARIS to Linux to not break those builds, although these + // platforms are not officially supported by Chrome. + return "linux"; |