diff options
-rw-r--r-- | mail-client/s-nail/s-nail-14.9.22.ebuild | 4 |
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 |