summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-03-20 00:05:35 +0000
committerSam James <sam@gentoo.org>2022-03-20 00:05:35 +0000
commit1281b0a78d15387d76796d7e2fbb297dda56e0ee (patch)
tree29515381001b12dae0354327da85e983a03eb66f /mail-client
parentmail-client/mailx: [QA] fix tc-get* quoting (diff)
downloadgentoo-1281b0a78d15387d76796d7e2fbb297dda56e0ee.tar.gz
gentoo-1281b0a78d15387d76796d7e2fbb297dda56e0ee.tar.bz2
gentoo-1281b0a78d15387d76796d7e2fbb297dda56e0ee.zip
mail-client/s-nail: [QA] fix tc-get* quoting
This can cause build problems for e.g. 32-bit (gcc -m32 ...) Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/s-nail/s-nail-14.9.22.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-client/s-nail/s-nail-14.9.22.ebuild b/mail-client/s-nail/s-nail-14.9.22.ebuild
index a64a41ec6766..dd455d2c17f5 100644
--- a/mail-client/s-nail/s-nail-14.9.22.ebuild
+++ b/mail-client/s-nail/s-nail-14.9.22.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -34,7 +34,7 @@ BDEPEND="
src_configure() {
local confopts=(
- CC=$(tc-getCC)
+ CC="$(tc-getCC)"
EXTRA_CFLAGS=-std=c99
strip=/bin/true
OPT_AUTOCC=no