Date: Wed, 20 Jun 2018 09:38:18 +0000 (UTC) From: "Carlos J. Puga Medina" <cpm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472862 - head/www/iridium/files Message-ID: <201806200938.w5K9cIC3014705@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cpm Date: Wed Jun 20 09:38:18 2018 New Revision: 472862 URL: https://svnweb.freebsd.org/changeset/ports/472862 Log: - Add missing patch after r472855 Added: head/www/iridium/files/patch-build_config_compiler_compiler.gni (contents, props changed) Added: head/www/iridium/files/patch-build_config_compiler_compiler.gni ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/iridium/files/patch-build_config_compiler_compiler.gni Wed Jun 20 09:38:18 2018 (r472862) @@ -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")) ||
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806200938.w5K9cIC3014705>