Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/ntl/
Date: Sat, 26 Mar 2022 00:01:25
Message-Id: 1648252859.2315df4ae43d1d0c1d2bff178a34f4c3a8cdb7aa.sam@gentoo
1 commit: 2315df4ae43d1d0c1d2bff178a34f4c3a8cdb7aa
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 25 23:56:06 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 26 00:00:59 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2315df4a
7
8 dev-libs/ntl: [QA] fix tc-get* quoting
9
10 This can cause build problems for e.g. 32-bit (gcc -m32 ...)
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-libs/ntl/ntl-11.5.1-r1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-libs/ntl/ntl-11.5.1-r1.ebuild b/dev-libs/ntl/ntl-11.5.1-r1.ebuild
18 index b5dd020eb133..babd1e7a505c 100644
19 --- a/dev-libs/ntl/ntl-11.5.1-r1.ebuild
20 +++ b/dev-libs/ntl/ntl-11.5.1-r1.ebuild
21 @@ -34,8 +34,8 @@ src_unpack() {
22 src_configure() {
23 # The DoConfig script builds its own libtool, but doesn't
24 # really try to set up the build environment (bug 718892).
25 - export CC=$(tc-getCC)
26 - export CXX=$(tc-getCXX)
27 + export CC="$(tc-getCC)"
28 + export CXX="$(tc-getCXX)"
29
30 # Currently the build system can build a static library or both
31 # static and shared libraries, but not only shared libraries. The