mirror of
https://git.freebsd.org/ports.git
synced 2025-05-27 08:26:27 -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://www.electronjs.org/
15 lines
486 B
C++
15 lines
486 B
C++
--- content/zygote/zygote_linux.cc.orig 2024-08-14 20:55:01 UTC
|
|
+++ content/zygote/zygote_linux.cc
|
|
@@ -1,6 +1,7 @@
|
|
// Copyright 2012 The Chromium Authors
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
// found in the LICENSE file.
|
|
+#if 0
|
|
|
|
#ifdef UNSAFE_BUFFERS_BUILD
|
|
// TODO(crbug.com/342213636): Remove this and spanify to fix the errors.
|
|
@@ -723,3 +724,4 @@ void Zygote::HandleReinitializeLoggingRequest(base::Pi
|
|
}
|
|
|
|
} // namespace content
|
|
+#endif
|