1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-12 14:59:13 -04:00
ports/devel/electron13/files/patch-v8_src_diagnostics_perf-jit.h

11 lines
301 B
C

--- v8/src/diagnostics/perf-jit.h.orig 2021-07-15 19:15:58 UTC
+++ v8/src/diagnostics/perf-jit.h
@@ -31,7 +31,7 @@
#include "include/v8config.h"
// {PerfJitLogger} is only implemented on Linux.
-#if V8_OS_LINUX
+#if defined(V8_OS_LINUX) || defined(V8_OS_FREEBSD)
#include "src/logging/log.h"