net-im/srain: Set CC.

The Makefile uses $CC, which is initialized with `cc`.

Closes: https://bugs.gentoo.org/785187
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
This commit is contained in:
Ronny (tastytea) Gutbrod
2021-04-27 15:13:31 +02:00
parent cc599f1b87
commit 788849af48
2 changed files with 12 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
EAPI=7
inherit xdg
inherit toolchain-funcs xdg
DESCRIPTION="Modern, beautiful IRC client written in GTK+ 3"
HOMEPAGE="https://github.com/SrainApp/srain"
@@ -28,3 +28,8 @@ DEPEND="
src_configure() {
econf $(use_enable debug)
}
src_compile() {
tc-export CC
default
}

View File

@@ -3,7 +3,7 @@
EAPI=7
inherit xdg
inherit toolchain-funcs xdg
DESCRIPTION="Modern, beautiful IRC client written in GTK+ 3"
HOMEPAGE="https://github.com/SrainApp/srain"
@@ -28,3 +28,8 @@ DEPEND="
src_configure() {
econf $(use_enable debug)
}
src_compile() {
tc-export CC
default
}