diff options
| author | Shokara Kou <kou@13f0.net> | 2022-06-06 21:27:26 -0400 |
|---|---|---|
| committer | Shokara Kou <kou@13f0.net> | 2022-06-06 21:27:26 -0400 |
| commit | ddb6da8b8aa31f3162c3d925f7412fe58a980acd (patch) | |
| tree | 8dfee090e83fc32c97a508cdba40384865e0ca7c /www/chromium-uc/patches/patch-content_public_common_zygote_features_gni | |
| parent | e4fc568ec5f38ccaa75b0c148ef0395cc62db04d (diff) | |
add leo larnack's ungoogled-flavoured chromium port
Unlike my previous failed attempt at doing the same, this should
actually work.
Source:
https://marc.info/?l=openbsd-ports&m=164135083101196&w=2
https://pseven.xyz/pub/chromium-uc.tar.gz
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 | ||
