aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-components_variations_service_variations__service.cc
blob: 0754bd72840fac66d291dc1ae13bbfc9fc1d7b07 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/variations/service/variations_service.cc.orig	2023-05-05 12:12:41 UTC
+++ components/variations/service/variations_service.cc
@@ -94,7 +94,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";