ports/www/chromium/patches/patch-v8_src_diagnostics_perf-jit_h

13 lines
315 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: v8/src/diagnostics/perf-jit.h
--- v8/src/diagnostics/perf-jit.h.orig
+++ 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"