From 517654d83e64c8c38435f388c1cb9cd8390330f6 Mon Sep 17 00:00:00 2001 From: David Michael Date: Sat, 12 Jun 2021 14:38:36 -0400 Subject: net-dialup/ppp: respect CC with USE=gtk Closes: https://bugs.gentoo.org/795660 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: David Michael Signed-off-by: Mike Gilbert --- net-dialup/ppp/ppp-2.4.9-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-dialup/ppp/ppp-2.4.9-r2.ebuild b/net-dialup/ppp/ppp-2.4.9-r2.ebuild index 61bbe8a89062..a949862b2b6f 100644 --- a/net-dialup/ppp/ppp-2.4.9-r2.ebuild +++ b/net-dialup/ppp/ppp-2.4.9-r2.ebuild @@ -107,8 +107,8 @@ src_prepare() { } src_compile() { - tc-export AR PKG_CONFIG - emake COPTS="${CFLAGS} -D_GNU_SOURCE" CC="$(tc-getCC)" + tc-export AR CC PKG_CONFIG + emake CC="${CC}" COPTS="${CFLAGS} -D_GNU_SOURCE" # build pppgetpass cd contrib/pppgetpass || die -- cgit v1.2.3-65-gdbad