diff options
Diffstat (limited to 'devel/electron38/files/patch-third__party_ipcz_src_BUILD.gn')
-rw-r--r-- | devel/electron38/files/patch-third__party_ipcz_src_BUILD.gn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron38/files/patch-third__party_ipcz_src_BUILD.gn b/devel/electron38/files/patch-third__party_ipcz_src_BUILD.gn new file mode 100644 index 000000000000..cf9767bd7596 --- /dev/null +++ b/devel/electron38/files/patch-third__party_ipcz_src_BUILD.gn @@ -0,0 +1,11 @@ +--- third_party/ipcz/src/BUILD.gn.orig 2025-04-22 20:15:27 UTC ++++ third_party/ipcz/src/BUILD.gn +@@ -7,7 +7,7 @@ import("//testing/test.gni") + import("//testing/libfuzzer/fuzzer_test.gni") + import("//testing/test.gni") + +-enable_multiprocess_tests = is_linux ++enable_multiprocess_tests = is_linux && !is_bsd + + buildflag_header("test_buildflags") { + header = "test_buildflags.h" |