diff options
-rw-r--r-- | mail-client/mailx/mailx-8.1.2.20180807.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-client/mailx/mailx-8.1.2.20180807.ebuild b/mail-client/mailx/mailx-8.1.2.20180807.ebuild index a85a025cc1fb..d542d75a55b2 100644 --- a/mail-client/mailx/mailx-8.1.2.20180807.ebuild +++ b/mail-client/mailx/mailx-8.1.2.20180807.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 @@ -37,7 +37,7 @@ src_prepare() { } src_compile() { - emake CC=$(tc-getCC) EXTRAFLAGS="${CFLAGS}" + emake CC="$(tc-getCC)" EXTRAFLAGS="${CFLAGS}" } src_install() { |