mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 19:30:46 -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
384 B
C++
11 lines
384 B
C++
--- v8/src/trap-handler/handler-inside-posix.h.orig 2022-04-21 18:48:31 UTC
|
|
+++ v8/src/trap-handler/handler-inside-posix.h
|
|
@@ -13,7 +13,7 @@ namespace v8 {
|
|
namespace internal {
|
|
namespace trap_handler {
|
|
|
|
-#if V8_OS_LINUX || V8_OS_FREEBSD
|
|
+#if V8_OS_LINUX || V8_OS_FREEBSD || V8_OS_OPENBSD
|
|
constexpr int kOobSignal = SIGSEGV;
|
|
#elif V8_OS_DARWIN
|
|
constexpr int kOobSignal = SIGBUS;
|