diff options
Diffstat (limited to 'devel/electron35/files/patch-components_variations_service_variations__service.cc')
| -rw-r--r-- | devel/electron35/files/patch-components_variations_service_variations__service.cc | 11 | 
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron35/files/patch-components_variations_service_variations__service.cc b/devel/electron35/files/patch-components_variations_service_variations__service.cc deleted file mode 100644 index 2a1b119013e0..000000000000 --- a/devel/electron35/files/patch-components_variations_service_variations__service.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- components/variations/service/variations_service.cc.orig	2025-03-24 20:50:14 UTC -+++ components/variations/service/variations_service.cc -@@ -100,7 +100,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";  | 
