diff options
-rw-r--r-- | www-misc/visitors/visitors-0.7-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-misc/visitors/visitors-0.7-r2.ebuild b/www-misc/visitors/visitors-0.7-r2.ebuild index 19963571fecc..8e41c2d0dac7 100644 --- a/www-misc/visitors/visitors-0.7-r2.ebuild +++ b/www-misc/visitors/visitors-0.7-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -30,7 +30,7 @@ src_prepare() { src_compile() { emake \ - CC=$(tc-getCC) \ + CC="$(tc-getCC)" \ CFLAGS="${CFLAGS} -Wall -W" \ DEBUG="" } |