From 26b4c8f71f91d22e081b27814782686edde0c90a Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Fri, 1 Jan 2021 10:11:34 +0000 Subject: Revert r559792 to unbreak INDEX and bulk -a It seems a lot of reverse dependencies were missed With hat: portmgr --- .../electron7/files/patch-build_config_compiler_compiler.gni | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devel/electron7/files/patch-build_config_compiler_compiler.gni (limited to 'devel/electron7/files/patch-build_config_compiler_compiler.gni') diff --git a/devel/electron7/files/patch-build_config_compiler_compiler.gni b/devel/electron7/files/patch-build_config_compiler_compiler.gni new file mode 100644 index 000000000000..3fb0469c7965 --- /dev/null +++ b/devel/electron7/files/patch-build_config_compiler_compiler.gni @@ -0,0 +1,11 @@ +--- build/config/compiler/compiler.gni.orig 2019-12-12 12:38:59 UTC ++++ build/config/compiler/compiler.gni +@@ -188,7 +188,7 @@ declare_args() { + declare_args() { + # Whether to use the gold linker from binutils instead of lld or bfd. + use_gold = +- !use_lld && !(is_chromecast && is_linux && ++ !is_bsd && !use_lld && !(is_chromecast && is_linux && + (current_cpu == "arm" || current_cpu == "mipsel")) && + ((is_linux && (current_cpu == "x64" || current_cpu == "x86" || + current_cpu == "arm" || current_cpu == "arm64" || -- cgit v1.2.3