mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
gui-apps/wev: fix cc direct call
Closes: https://bugs.gentoo.org/785079 Signed-off-by: Octiabrina Terrien-Puig <octiabrina@myrvogna.net>
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="Wayland event viewer"
|
||||
HOMEPAGE="https://git.sr.ht/~sircmpwn/wev"
|
||||
SRC_URI="https://git.sr.ht/~sircmpwn/wev/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
@@ -31,3 +33,9 @@ src_prepare() {
|
||||
-e 's/local//' \
|
||||
-i Makefile || die
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
tc-export CC
|
||||
|
||||
default
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user