summaryrefslogtreecommitdiff
path: root/devel/electron36/files/patch-content_zygote_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron36/files/patch-content_zygote_BUILD.gn')
-rw-r--r--devel/electron36/files/patch-content_zygote_BUILD.gn11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron36/files/patch-content_zygote_BUILD.gn b/devel/electron36/files/patch-content_zygote_BUILD.gn
new file mode 100644
index 000000000000..b9c3d8fe8cdc
--- /dev/null
+++ b/devel/electron36/files/patch-content_zygote_BUILD.gn
@@ -0,0 +1,11 @@
+--- content/zygote/BUILD.gn.orig 2022-02-07 13:39:41 UTC
++++ content/zygote/BUILD.gn
+@@ -5,7 +5,7 @@
+ import("//build/config/nacl/config.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",