Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libqalculate/
Date: Wed, 26 May 2021 13:03:27
Message-Id: 1622033722.a640a624b33105ef1a2312ead735d289f33f1460.sam@gentoo
1 commit: a640a624b33105ef1a2312ead735d289f33f1460
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 26 12:54:24 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed May 26 12:55:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a640a624
7
8 sci-libs/libqalculate: don't call CC directly (misdetect, actually)
9
10 Closes: https://bugs.gentoo.org/792027
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 sci-libs/libqalculate/libqalculate-3.19.0.ebuild | 3 +++
14 1 file changed, 3 insertions(+)
15
16 diff --git a/sci-libs/libqalculate/libqalculate-3.19.0.ebuild b/sci-libs/libqalculate/libqalculate-3.19.0.ebuild
17 index 4f0fc4d23f9..3aa3d2f4f4c 100644
18 --- a/sci-libs/libqalculate/libqalculate-3.19.0.ebuild
19 +++ b/sci-libs/libqalculate/libqalculate-3.19.0.ebuild
20 @@ -51,6 +51,9 @@ src_configure() {
21 export CXX_FOR_BUILD="$(tc-getBUILD_CXX)"
22 export CXXCPP_FOR_BUILD="$(tc-getBUILD_CXX) -E"
23
24 + # bug #792027
25 + tc-export CC
26 +
27 econf \
28 --disable-static \
29 $(use_with curl libcurl) \