diff options
Diffstat (limited to 'devel/electron38/files/patch-content_zygote_BUILD.gn')
-rw-r--r-- | devel/electron38/files/patch-content_zygote_BUILD.gn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron38/files/patch-content_zygote_BUILD.gn b/devel/electron38/files/patch-content_zygote_BUILD.gn new file mode 100644 index 000000000000..fa2d914d0aa6 --- /dev/null +++ b/devel/electron38/files/patch-content_zygote_BUILD.gn @@ -0,0 +1,11 @@ +--- content/zygote/BUILD.gn.orig 2025-08-26 20:49:50 UTC ++++ content/zygote/BUILD.gn +@@ -4,7 +4,7 @@ import("//content/public/common/zygote/features.gni") + + import("//content/public/common/zygote/features.gni") + +-if (is_linux || is_chromeos) { ++if ((is_linux || is_chromeos) && !is_bsd) { + source_set("zygote") { + sources = [ + "zygote_linux.cc", |