From e318f463b20725798347a3813d267c9f1f3a4fca Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 20 Mar 2022 00:16:30 +0100 Subject: app-arch/bsdsfv: quote $(tc-*) calls Signed-off-by: David Seifert --- app-arch/bsdsfv/bsdsfv-1.18-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-arch') diff --git a/app-arch/bsdsfv/bsdsfv-1.18-r2.ebuild b/app-arch/bsdsfv/bsdsfv-1.18-r2.ebuild index 9c59d15f47c6..1882a32eea98 100644 --- a/app-arch/bsdsfv/bsdsfv-1.18-r2.ebuild +++ b/app-arch/bsdsfv/bsdsfv-1.18-r2.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 @@ -19,7 +19,7 @@ S=${WORKDIR}/${PN} PATCHES=( "${FILESDIR}"/${P}-64bit.patch ) src_compile() { - emake STRIP=true CC=$(tc-getCC) + emake STRIP=true CC="$(tc-getCC)" } src_install() { -- cgit v1.2.3-65-gdbad