Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird/
Date: Fri, 05 Jun 2020 10:40:38
Message-Id: 1591353381.2f38cb9616612f5550b6e285e3af8ad3f31053a6.whissi@gentoo
1 commit: 2f38cb9616612f5550b6e285e3af8ad3f31053a6
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 5 10:36:04 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 5 10:36:21 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f38cb96
7
8 mail-client/thunderbird: fix building against sys-devel/binutils-config[-native-symlinks]
9
10 Bug: https://bugs.gentoo.org/727160
11 Package-Manager: Portage-2.3.100, Repoman-2.3.22
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 mail-client/thunderbird/thunderbird-68.9.0.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/mail-client/thunderbird/thunderbird-68.9.0.ebuild b/mail-client/thunderbird/thunderbird-68.9.0.ebuild
18 index 48f7e47c336..54e53821c21 100644
19 --- a/mail-client/thunderbird/thunderbird-68.9.0.ebuild
20 +++ b/mail-client/thunderbird/thunderbird-68.9.0.ebuild
21 @@ -500,6 +500,7 @@ src_configure() {
22 # Set both --target and --host as mozilla uses python to guess values otherwise
23 mozconfig_annotate '' --target="${CHOST}"
24 mozconfig_annotate '' --host="${CBUILD:-${CHOST}}"
25 + mozconfig_annotate '' --with-toolchain-prefix="${CHOST}-"
26 if use system-libevent ; then
27 mozconfig_annotate '' --with-system-libevent="${SYSROOT}${EPREFIX}"/usr
28 fi