opnsense-ports/devel/electron21/files/patch-build_config_compiler_pgo_pgo.gni
Franco Fichtner 92d56f7535 */*: sync with upstream
Taken from: FreeBSD
2023-02-03 09:15:10 +01:00

11 lines
436 B
Text

--- build/config/compiler/pgo/pgo.gni.orig 2023-02-01 05:17:58 UTC
+++ build/config/compiler/pgo/pgo.gni
@@ -24,7 +24,7 @@ declare_args() {
# to chromecast and determine whether chromeos_is_browser_only is
# obsolete.
(is_win || is_mac ||
- (is_linux && !is_castos && !chromeos_is_browser_only))) {
+ (is_linux && !is_castos && !chromeos_is_browser_only && !is_bsd))) {
chrome_pgo_phase = 2
}