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 <zlogene@gentoo.org>
This commit is contained in:
Mikle Kolyada
2020-05-24 12:30:50 +03:00
parent b756fbc1ab
commit c32effab9e
3 changed files with 7 additions and 4 deletions

View 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' '' '' '')\

View 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' '' '' '')\

View 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' '' '' '')\