mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
sys-process/nq: pass down CC from toolchain-funcs
Thanks to @ionen & @DarthGandalf for help clarifying some questions around this Signed-off-by: Marco Sirabella <marco@sirabella.org>
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="Unix command line queue utility"
|
||||
HOMEPAGE="https://git.vuxu.org/nq/about/"
|
||||
SRC_URI="https://git.vuxu.org/${PN}/snapshot/${P}.tar.gz"
|
||||
@@ -29,7 +31,7 @@ src_compile() {
|
||||
cp nq.sh nq
|
||||
cp fq.sh fq
|
||||
fi
|
||||
emake CFLAGS="${CFLAGS} -Wno-unused-result"
|
||||
emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} -Wno-unused-result"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
Reference in New Issue
Block a user