diff options
Diffstat (limited to 'sysutils/kcube/Makefile')
-rw-r--r-- | sysutils/kcube/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/kcube/Makefile b/sysutils/kcube/Makefile index 4ce1098624ee..3ee2a24a21c3 100644 --- a/sysutils/kcube/Makefile +++ b/sysutils/kcube/Makefile @@ -17,7 +17,7 @@ COMMENT= Another cpu load kicker applet for KDE USE_KDELIBS_VER=3 USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e 's|-O2||g' -e 's|-lpthread|${PTHREAD_LIBS}|g' \ |