diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2022-07-09 14:03:02 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2022-07-09 17:40:52 +0200 |
commit | 4dde84689c6edcdf044a877cc80f52f6a287dc63 (patch) | |
tree | dfe1e752e8fb03754625634fa5294c1c8a090f17 /x11-plugins | |
parent | net-misc/curl: remove unused patches (diff) | |
download | gentoo-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.ebuild | 6 |
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() { |