mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -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
535 B
C
11 lines
535 B
C
--- v8/src/trap-handler/trap-handler.h.orig 2023-05-25 00:46:26 UTC
|
|
+++ v8/src/trap-handler/trap-handler.h
|
|
@@ -20,7 +20,7 @@ namespace trap_handler {
|
|
// X64 on Linux, Windows, MacOS, FreeBSD.
|
|
#if V8_HOST_ARCH_X64 && V8_TARGET_ARCH_X64 && \
|
|
((V8_OS_LINUX && !V8_OS_ANDROID) || V8_OS_WIN || V8_OS_DARWIN || \
|
|
- V8_OS_FREEBSD)
|
|
+ V8_OS_FREEBSD || V8_OS_OPENBSD)
|
|
#define V8_TRAP_HANDLER_SUPPORTED true
|
|
// Arm64 (non-simulator) on Mac and Linux.
|
|
#elif V8_TARGET_ARCH_ARM64 && V8_HOST_ARCH_ARM64 && \
|