net-irc/iroffer-dinoex: respect CC
authorMikle Kolyada <zlogene@gentoo.org>
Sun, 24 May 2020 09:30:50 +0000 (12:30 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Sun, 24 May 2020 09:31:14 +0000 (12:31 +0300)
Closes: https://bugs.gentoo.org/724966
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
net-irc/iroffer-dinoex/iroffer-dinoex-3.30-r1.ebuild
net-irc/iroffer-dinoex/iroffer-dinoex-3.31.ebuild
net-irc/iroffer-dinoex/iroffer-dinoex-3.32.ebuild

index b5ef681e38274225b55c0fddbaeca0dcb6bb8a8d..4779e79651ed079d74733ad31230064dd299a17b 100644 (file)
@@ -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' '' '' '')\
index 2adfa45a9d833845adb479cf5884a2c43be649dc..deadec3b9ccc29dab7761b8b535fdd3aaf477629 100644 (file)
@@ -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' '' '' '')\
index 2f525ffe3ffbf7b767e016e6806a3b416b5864bd..a1293eaa5bbf9c9eccd15365808adfb523998841 100644 (file)
@@ -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' '' '' '')\