commit:     2f38cb9616612f5550b6e285e3af8ad3f31053a6
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  5 10:36:04 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Jun  5 10:36:21 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f38cb96

mail-client/thunderbird: fix building against 
sys-devel/binutils-config[-native-symlinks]

Bug: https://bugs.gentoo.org/727160
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 mail-client/thunderbird/thunderbird-68.9.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mail-client/thunderbird/thunderbird-68.9.0.ebuild 
b/mail-client/thunderbird/thunderbird-68.9.0.ebuild
index 48f7e47c336..54e53821c21 100644
--- a/mail-client/thunderbird/thunderbird-68.9.0.ebuild
+++ b/mail-client/thunderbird/thunderbird-68.9.0.ebuild
@@ -500,6 +500,7 @@ src_configure() {
        # Set both --target and --host as mozilla uses python to guess values 
otherwise
        mozconfig_annotate '' --target="${CHOST}"
        mozconfig_annotate '' --host="${CBUILD:-${CHOST}}"
+       mozconfig_annotate '' --with-toolchain-prefix="${CHOST}-"
        if use system-libevent ; then
                mozconfig_annotate '' 
--with-system-libevent="${SYSROOT}${EPREFIX}"/usr
        fi

Reply via email to