mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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:
@@ -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' '' '' '')\
|
||||
|
||||
@@ -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' '' '' '')\
|
||||
|
||||
@@ -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' '' '' '')\
|
||||
|
||||
Reference in New Issue
Block a user