diff options
Diffstat (limited to 'devel/electron33/files/patch-content_zygote_BUILD.gn')
-rw-r--r-- | devel/electron33/files/patch-content_zygote_BUILD.gn | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-content_zygote_BUILD.gn b/devel/electron33/files/patch-content_zygote_BUILD.gn deleted file mode 100644 index b9c3d8fe8cdc..000000000000 --- a/devel/electron33/files/patch-content_zygote_BUILD.gn +++ /dev/null @@ -1,11 +0,0 @@ ---- 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", |