mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
11 lines
302 B
C
11 lines
302 B
C
--- v8/src/diagnostics/perf-jit.h.orig 2022-10-05 07:34:01 UTC
|
|
+++ v8/src/diagnostics/perf-jit.h
|
|
@@ -31,7 +31,7 @@
|
|
#include "include/v8config.h"
|
|
|
|
// {LinuxPerfJitLogger} is only implemented on Linux.
|
|
-#if V8_OS_LINUX
|
|
+#if defined(V8_OS_LINUX) || defined(V8_OS_BSD)
|
|
|
|
#include "src/logging/log.h"
|
|
|