From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9DD1313835A for ; Wed, 26 May 2021 13:03:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5029E145D; Wed, 26 May 2021 13:03:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8D535E145D for ; Wed, 26 May 2021 13:03:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 006A8340E69 for ; Wed, 26 May 2021 13:03:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14722796 for ; Wed, 26 May 2021 13:03:22 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1622033722.a640a624b33105ef1a2312ead735d289f33f1460.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libqalculate/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/libqalculate/libqalculate-3.19.0.ebuild X-VCS-Directories: sci-libs/libqalculate/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a640a624b33105ef1a2312ead735d289f33f1460 X-VCS-Branch: master Date: Wed, 26 May 2021 13:03:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e2db3a29-8c68-4eb9-b01c-29c0d135a8a3 X-Archives-Hash: fbe13671f00ffac497a3e66417923269 commit: a640a624b33105ef1a2312ead735d289f33f1460 Author: Sam James gentoo org> AuthorDate: Wed May 26 12:54:24 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 26 12:55:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a640a624 sci-libs/libqalculate: don't call CC directly (misdetect, actually) Closes: https://bugs.gentoo.org/792027 Signed-off-by: Sam James gentoo.org> sci-libs/libqalculate/libqalculate-3.19.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sci-libs/libqalculate/libqalculate-3.19.0.ebuild b/sci-libs/libqalculate/libqalculate-3.19.0.ebuild index 4f0fc4d23f9..3aa3d2f4f4c 100644 --- a/sci-libs/libqalculate/libqalculate-3.19.0.ebuild +++ b/sci-libs/libqalculate/libqalculate-3.19.0.ebuild @@ -51,6 +51,9 @@ src_configure() { export CXX_FOR_BUILD="$(tc-getBUILD_CXX)" export CXXCPP_FOR_BUILD="$(tc-getBUILD_CXX) -E" + # bug #792027 + tc-export CC + econf \ --disable-static \ $(use_with curl libcurl) \