diff options
Diffstat (limited to 'x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03-r1.ebuild')
-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}" |