diff options
author | Sam James <sam@gentoo.org> | 2022-03-10 22:41:31 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-10 22:41:31 +0000 |
commit | f160d6d73cf76ebcb9f57533e2e36db788adc1c7 (patch) | |
tree | 1af7a6172dfbb822d734df918dfff8e64a5d9359 /x11-plugins/gkrellm-trayicons | |
parent | x11-plugins/gkrellm-radio: fix commands in global scope (diff) | |
download | gentoo-f160d6d73cf76ebcb9f57533e2e36db788adc1c7.tar.gz gentoo-f160d6d73cf76ebcb9f57533e2e36db788adc1c7.tar.bz2 gentoo-f160d6d73cf76ebcb9f57533e2e36db788adc1c7.zip |
x11-plugins/gkrellm-trayicons: fix commands in global scope
Closes: https://bugs.gentoo.org/788067
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-plugins/gkrellm-trayicons')
-rw-r--r-- | x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03-r1.ebuild b/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03-r1.ebuild index df295d135dd3..7dfa3d5636f2 100644 --- a/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03-r1.ebuild +++ b/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03-r1.ebuild @@ -19,7 +19,10 @@ DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}"/${P}-ldflags.patch ) -PLUGIN_SO=( trayicons$(get_modname) ) +src_configure() { + PLUGIN_SO=( trayicons$(get_modname) ) + default +} src_compile() { emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" |