mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
Finally, after a long wait, an electron port for FreeBSD lands in the portstree. A huge thanks to everyone contributed to this huge effort and to the maintainer that is willing to take the burden of the maintainership!
11 lines
361 B
C++
11 lines
361 B
C++
--- remoting/host/host_details.cc.orig 2019-03-15 06:37:31 UTC
|
|
+++ remoting/host/host_details.cc
|
|
@@ -22,7 +22,7 @@ std::string GetHostOperatingSystemName() {
|
|
return "Mac";
|
|
#elif defined(OS_CHROMEOS)
|
|
return "ChromeOS";
|
|
-#elif defined(OS_LINUX)
|
|
+#elif defined(OS_LINUX) || defined(OS_BSD)
|
|
return "Linux";
|
|
#elif defined(OS_ANDROID)
|
|
return "Android";
|