summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/gkrelltop/gkrelltop-2.2.13-r2.ebuild')
-rw-r--r--x11-plugins/gkrelltop/gkrelltop-2.2.13-r2.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-plugins/gkrelltop/gkrelltop-2.2.13-r2.ebuild b/x11-plugins/gkrelltop/gkrelltop-2.2.13-r2.ebuild
index ae2fd0a2a690..337fb6a341b3 100644
--- a/x11-plugins/gkrelltop/gkrelltop-2.2.13-r2.ebuild
+++ b/x11-plugins/gkrelltop/gkrelltop-2.2.13-r2.ebuild
@@ -23,11 +23,13 @@ DEPEND="${RDEPEND}"
S=${WORKDIR}/${P}.orig
PATCHES=( "${FILESDIR}"/${PN}-2.2.13-fix-build-system.patch )
-PLUGIN_SERVER_SO=( gkrelltopd$(get_modname) )
-PLUGIN_SO=( gkrelltop$(get_modname) )
-
src_configure() {
tc-export CC
+
+ PLUGIN_SERVER_SO=( gkrelltopd$(get_modname) )
+ PLUGIN_SO=( gkrelltop$(get_modname) )
+
+ default
}
src_compile() {