mirror of
https://git.freebsd.org/ports.git
synced 2025-07-09 13:29:24 -04:00
Build cross platform desktop apps with JavaScript, HTML, and CSS. It's easier than you think. If you can build a website, you can build a desktop app. Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS. It takes care of the hard parts so you can focus on the core of your application. WWW: https://electronjs.org/
11 lines
379 B
C++
11 lines
379 B
C++
--- base/cpu.h.orig 2022-11-30 08:12:58 UTC
|
|
+++ base/cpu.h
|
|
@@ -115,7 +115,7 @@ class BASE_EXPORT CPU final {
|
|
const std::string& cpu_brand() const { return cpu_brand_; }
|
|
|
|
#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || \
|
|
- BUILDFLAG(IS_AIX)
|
|
+ BUILDFLAG(IS_AIX) || BUILDFLAG(IS_BSD)
|
|
enum class CoreType {
|
|
kUnknown = 0,
|
|
kOther,
|