From 41171495533cba636c4a11f12a9e23bd2327797e Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 20 Mar 2022 00:09:58 +0000 Subject: media-gfx/ttygif: [QA] fix tc-get* quoting This can cause build problems for e.g. 32-bit (gcc -m32 ...) Signed-off-by: Sam James --- media-gfx/ttygif/ttygif-1.80_p20181218.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'media-gfx') diff --git a/media-gfx/ttygif/ttygif-1.80_p20181218.ebuild b/media-gfx/ttygif/ttygif-1.80_p20181218.ebuild index a88b74156eb8..299f1934a05b 100644 --- a/media-gfx/ttygif/ttygif-1.80_p20181218.ebuild +++ b/media-gfx/ttygif/ttygif-1.80_p20181218.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -26,7 +26,7 @@ RDEPEND=" media-gfx/imagemagick" src_compile() { - emake CC=$(tc-getCC) \ + emake CC="$(tc-getCC)" \ CFLAGS="${CFLAGS} -DVERSION='\"${PV}\"' -DOS_LINUX" \ LDFLAGS="${LDFLAGS}" } -- cgit v1.2.3-65-gdbad