mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
11 lines
589 B
C++
11 lines
589 B
C++
--- components/variations/service/variations_service.cc.orig 2025-03-18 16:46:04 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";
|