From c32effab9e41d89e9137a6b5b797eed65c4119a2 Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Sun, 24 May 2020 12:30:50 +0300 Subject: [PATCH] net-irc/iroffer-dinoex: respect CC Closes: https://bugs.gentoo.org/724966 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Mikle Kolyada --- net-irc/iroffer-dinoex/iroffer-dinoex-3.30-r1.ebuild | 3 ++- net-irc/iroffer-dinoex/iroffer-dinoex-3.31.ebuild | 3 ++- net-irc/iroffer-dinoex/iroffer-dinoex-3.32.ebuild | 5 +++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/net-irc/iroffer-dinoex/iroffer-dinoex-3.30-r1.ebuild b/net-irc/iroffer-dinoex/iroffer-dinoex-3.30-r1.ebuild index b5ef681e3827..4779e79651ed 100644 --- a/net-irc/iroffer-dinoex/iroffer-dinoex-3.30-r1.ebuild +++ b/net-irc/iroffer-dinoex/iroffer-dinoex-3.30-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -58,6 +58,7 @@ do_configure() { src_configure() { do_configure \ PREFIX="${EPREFIX}/usr"\ + CC="$(tc-getCC)"\ $(usex debug '-profiling' '' '' '')\ $(usex debug '-debug' '' '' '')\ $(usex geoip '-geoip' '' '' '')\ diff --git a/net-irc/iroffer-dinoex/iroffer-dinoex-3.31.ebuild b/net-irc/iroffer-dinoex/iroffer-dinoex-3.31.ebuild index 2adfa45a9d83..deadec3b9ccc 100644 --- a/net-irc/iroffer-dinoex/iroffer-dinoex-3.31.ebuild +++ b/net-irc/iroffer-dinoex/iroffer-dinoex-3.31.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -57,6 +57,7 @@ do_configure() { src_configure() { do_configure \ + CC="$(tc-getCC)" PREFIX="${EPREFIX}/usr"\ $(usex debug '-profiling' '' '' '')\ $(usex debug '-debug' '' '' '')\ diff --git a/net-irc/iroffer-dinoex/iroffer-dinoex-3.32.ebuild b/net-irc/iroffer-dinoex/iroffer-dinoex-3.32.ebuild index 2f525ffe3ffb..a1293eaa5bbf 100644 --- a/net-irc/iroffer-dinoex/iroffer-dinoex-3.32.ebuild +++ b/net-irc/iroffer-dinoex/iroffer-dinoex-3.32.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -57,7 +57,8 @@ do_configure() { src_configure() { do_configure \ - PREFIX="${EPREFIX}/usr"\ + PREFIX="${EPREFIX}/usr" \ + CC="$(tc-getCC)" \ $(usex debug '-profiling' '' '' '')\ $(usex debug '-debug' '' '' '')\ $(usex geoip '-geoip' '' '' '')\ -- 2.26.2