mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
x11-plugins/wmcms: respect CC
Closes: https://bugs.gentoo.org/726262 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user