summaryrefslogtreecommitdiff
path: root/net-misc/netkit-talk/netkit-talk-0.17-r7.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/netkit-talk/netkit-talk-0.17-r7.ebuild')
-rw-r--r--net-misc/netkit-talk/netkit-talk-0.17-r7.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/netkit-talk/netkit-talk-0.17-r7.ebuild b/net-misc/netkit-talk/netkit-talk-0.17-r7.ebuild
index 585a64aabeab..2afb9caf1300 100644
--- a/net-misc/netkit-talk/netkit-talk-0.17-r7.ebuild
+++ b/net-misc/netkit-talk/netkit-talk-0.17-r7.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 @@ src_prepare() {
src_configure() {
# not autotools based?
- ./configure --with-c-compiler=$(tc-getCC) || die
+ ./configure --with-c-compiler="$(tc-getCC)" || die
}
src_compile() {