diff options
author | 2021-04-19 08:09:18 +0100 | |
---|---|---|
committer | 2021-04-19 20:10:36 +0100 | |
commit | d4262a934b4dc08862c295f1e5e25b846a322258 (patch) | |
tree | 888d49bfb7fb703e0366d724be353a0df25c0550 /x11-plugins/wmfishtime/wmfishtime-1.24-r3.ebuild | |
parent | x11-plugins/wmclockmon: respect PKG_CONFIG, add pkgconfig BDEPEND (diff) | |
download | gentoo-d4262a934b4dc08862c295f1e5e25b846a322258.tar.gz gentoo-d4262a934b4dc08862c295f1e5e25b846a322258.tar.bz2 gentoo-d4262a934b4dc08862c295f1e5e25b846a322258.zip |
x11-plugins/wmfishtime: respect PKG_CONFIG
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-plugins/wmfishtime/wmfishtime-1.24-r3.ebuild')
-rw-r--r-- | x11-plugins/wmfishtime/wmfishtime-1.24-r3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-plugins/wmfishtime/wmfishtime-1.24-r3.ebuild b/x11-plugins/wmfishtime/wmfishtime-1.24-r3.ebuild index d031d7285b63..3b20412197ae 100644 --- a/x11-plugins/wmfishtime/wmfishtime-1.24-r3.ebuild +++ b/x11-plugins/wmfishtime/wmfishtime-1.24-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -28,6 +28,7 @@ src_prepare() { } src_compile() { + tc-export PKG_CONFIG emake CC="$(tc-getCC)" } |