mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
app-misc/walld: fixed calling cc directly
Signed-off-by: Seth Arnold <Dotz0cat@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit optfeature
|
||||
inherit optfeature toolchain-funcs
|
||||
|
||||
DESCRIPTION="A Wallpaper daemon"
|
||||
HOMEPAGE="https://github.com/Dotz0cat/walld"
|
||||
@@ -17,6 +17,10 @@ DEPEND="dev-libs/libevent media-gfx/feh dev-libs/libconfig media-gfx/imagemagick
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
src_compile() {
|
||||
emake CC="${tc-getCC}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" PREFIX=/usr install
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user