mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
9ad5184453
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/
12 lines
584 B
C++
12 lines
584 B
C++
--- v8/src/sandbox/sandbox.cc.orig 2023-02-01 18:45:24 UTC
|
|
+++ v8/src/sandbox/sandbox.cc
|
|
@@ -46,7 +46,7 @@ static Address DetermineAddressSpaceLimit() {
|
|
}
|
|
#endif // V8_TARGET_ARCH_X64
|
|
|
|
-#if defined(V8_TARGET_ARCH_ARM64) && defined(V8_TARGET_OS_ANDROID)
|
|
+#if defined(V8_TARGET_ARCH_ARM64) && (defined(V8_TARGET_OS_ANDROID) || defined(V8_TARGET_OS_OPENBSD))
|
|
// On Arm64 Android assume a 40-bit virtual address space (39 bits for
|
|
// userspace and kernel each) as that appears to be the most common
|
|
// configuration and there seems to be no easy way to retrieve the actual
|