mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
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:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user