diff options
Diffstat (limited to 'www/chromium-uc/patches/patch-build_config_compiler_pgo_pgo_gni')
| -rw-r--r-- | www/chromium-uc/patches/patch-build_config_compiler_pgo_pgo_gni | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/www/chromium-uc/patches/patch-build_config_compiler_pgo_pgo_gni b/www/chromium-uc/patches/patch-build_config_compiler_pgo_pgo_gni deleted file mode 100644 index 446447a..0000000 --- a/www/chromium-uc/patches/patch-build_config_compiler_pgo_pgo_gni +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | $OpenBSD: patch-build_config_compiler_pgo_pgo_gni,v 1.7 2021/09/01 16:54:38 robert Exp $ | ||
| 2 | |||
| 3 | Index: build/config/compiler/pgo/pgo.gni | ||
| 4 | --- build/config/compiler/pgo/pgo.gni.orig | ||
| 5 | +++ build/config/compiler/pgo/pgo.gni | ||
| 6 | @@ -16,7 +16,7 @@ declare_args() { | ||
| 7 | # TODO(crbug.com/1052397): Remove chromeos_is_browser_only once | ||
| 8 | # target_os switch for lacros-chrome is completed. | ||
| 9 | (is_win || is_mac || | ||
| 10 | - (is_linux && !chromeos_is_browser_only && !is_chromecast))) { | ||
| 11 | + (is_linux && !chromeos_is_browser_only && !is_chromecast && !is_openbsd))) { | ||
| 12 | chrome_pgo_phase = 2 | ||
| 13 | } | ||
| 14 | |||
