Index: head/www/iridium/files/patch-build_config_compiler_compiler.gni =================================================================== --- head/www/iridium/files/patch-build_config_compiler_compiler.gni (nonexistent) +++ head/www/iridium/files/patch-build_config_compiler_compiler.gni (revision 472862) @@ -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")) || Property changes on: head/www/iridium/files/patch-build_config_compiler_compiler.gni ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property