diff options
author | David Michael <fedora.dm0@gmail.com> | 2021-06-12 14:38:36 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2021-06-12 14:45:53 -0400 |
commit | 517654d83e64c8c38435f388c1cb9cd8390330f6 (patch) | |
tree | 84a4c349f881978f6db71fe485b125345531d826 /net-dialup | |
parent | net-dialup/ppp-scripts: EAPI 7 (diff) | |
download | gentoo-517654d83e64c8c38435f388c1cb9cd8390330f6.tar.gz gentoo-517654d83e64c8c38435f388c1cb9cd8390330f6.tar.bz2 gentoo-517654d83e64c8c38435f388c1cb9cd8390330f6.zip |
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 <fedora.dm0@gmail.com>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/ppp/ppp-2.4.9-r2.ebuild | 4 |
1 files 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 |