SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
www/iridium/patches/patch-v8_src_diagnostics_perf-jit_cc
Normal file
12
www/iridium/patches/patch-v8_src_diagnostics_perf-jit_cc
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: v8/src/diagnostics/perf-jit.cc
|
||||
--- v8/src/diagnostics/perf-jit.cc.orig
|
||||
+++ v8/src/diagnostics/perf-jit.cc
|
||||
@@ -30,7 +30,7 @@
|
||||
#include "src/common/assert-scope.h"
|
||||
|
||||
// Only compile the {LinuxPerfJitLogger} on Linux.
|
||||
-#if V8_OS_LINUX
|
||||
+#if defined(V8_OS_LINUX) || defined(V8_OS_BSD)
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <sys/mman.h>
|
Loading…
Add table
Add a link
Reference in a new issue