diff options
author | cpm <cpm@FreeBSD.org> | 2018-06-20 17:38:18 +0800 |
---|---|---|
committer | cpm <cpm@FreeBSD.org> | 2018-06-20 17:38:18 +0800 |
commit | 365f66cd8b756271e73628dedaf1067807a55cc0 (patch) | |
tree | aa32e7b5f6d3645a2a1bb36327495dad8df469f2 /www | |
parent | 669f7670d4cfe917576de744529494ecc519c38e (diff) | |
download | freebsd-ports-gnome-365f66cd8b756271e73628dedaf1067807a55cc0.tar.gz freebsd-ports-gnome-365f66cd8b756271e73628dedaf1067807a55cc0.tar.zst freebsd-ports-gnome-365f66cd8b756271e73628dedaf1067807a55cc0.zip |
- Add missing patch after r472855
Diffstat (limited to 'www')
-rw-r--r-- | www/iridium/files/patch-build_config_compiler_compiler.gni | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/iridium/files/patch-build_config_compiler_compiler.gni b/www/iridium/files/patch-build_config_compiler_compiler.gni new file mode 100644 index 000000000000..cf9ed67acb3d --- /dev/null +++ b/www/iridium/files/patch-build_config_compiler_compiler.gni @@ -0,0 +1,11 @@ +--- build/config/compiler/compiler.gni.orig 2018-06-19 18:30:17.888048000 +0200 ++++ build/config/compiler/compiler.gni 2018-06-19 18:32:11.279335000 +0200 +@@ -72,7 +72,7 @@ + + declare_args() { + # Whether to use the gold linker from binutils instead of lld or bfd. +- use_gold = !use_lld && !(is_chromecast && is_linux && ++ use_gold = !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 == "mipsel")) || |