x11-plugins/wmcms: respect CC

Closes: https://bugs.gentoo.org/726262
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
This commit is contained in:
Bernard Cafarelli
2022-07-09 14:03:02 +02:00
parent 83d94add3a
commit 4dde84689c

View File

@@ -1,8 +1,10 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit toolchain-funcs
DESCRIPTION="WindowMaker CPU and Memory Usage Monitor Dock App"
HOMEPAGE="https://www.geocities.ws/neofpo/wmcms.html"
SRC_URI="https://www.geocities.ws/neofpo/files/${P}.tar.gz"
@@ -27,7 +29,7 @@ src_prepare() {
}
src_compile() {
emake CFLAGS="${CFLAGS}"
emake CFLAGS="${CFLAGS}" CC="$(tc-getCC)"
}
src_install() {