diff options
Diffstat (limited to 'www/chromium-uc/patches/patch-content_public_common_zygote_features_gni')
| -rw-r--r-- | www/chromium-uc/patches/patch-content_public_common_zygote_features_gni | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chromium-uc/patches/patch-content_public_common_zygote_features_gni b/www/chromium-uc/patches/patch-content_public_common_zygote_features_gni new file mode 100644 index 0000000..915edb1 --- /dev/null +++ b/www/chromium-uc/patches/patch-content_public_common_zygote_features_gni | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | $OpenBSD: patch-content_public_common_zygote_features_gni,v 1.4 2020/09/22 11:47:41 robert Exp $ | ||
| 2 | |||
| 3 | Index: content/public/common/zygote/features.gni | ||
| 4 | --- content/public/common/zygote/features.gni.orig | ||
| 5 | +++ content/public/common/zygote/features.gni | ||
| 6 | @@ -2,4 +2,4 @@ | ||
| 7 | # Use of this source code is governed by a BSD-style license that can be | ||
| 8 | # found in the LICENSE file. | ||
| 9 | |||
| 10 | -use_zygote_handle = is_posix && !is_android && !is_mac | ||
| 11 | +use_zygote_handle = is_posix && !is_android && !is_mac && !is_openbsd | ||
