summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2022-07-09 14:03:02 +0200
committerBernard Cafarelli <voyageur@gentoo.org>2022-07-09 17:40:52 +0200
commit4dde84689c6edcdf044a877cc80f52f6a287dc63 (patch)
treedfe1e752e8fb03754625634fa5294c1c8a090f17 /x11-plugins
parentnet-misc/curl: remove unused patches (diff)
downloadgentoo-4dde84689c6edcdf044a877cc80f52f6a287dc63.tar.gz
gentoo-4dde84689c6edcdf044a877cc80f52f6a287dc63.tar.bz2
gentoo-4dde84689c6edcdf044a877cc80f52f6a287dc63.zip
x11-plugins/wmcms: respect CC
Closes: https://bugs.gentoo.org/726262 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmcms/wmcms-0.3.5-r4.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-plugins/wmcms/wmcms-0.3.5-r4.ebuild b/x11-plugins/wmcms/wmcms-0.3.5-r4.ebuild
index 70c2fcf3f058..af360d3fe27e 100644
--- a/x11-plugins/wmcms/wmcms-0.3.5-r4.ebuild
+++ b/x11-plugins/wmcms/wmcms-0.3.5-r4.ebuild
@@ -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() {