$OpenBSD: patch-plasma_generic_applets_system-monitor_CMakeLists_txt,v 1.1 2015/03/30 17:11:45 zhuk Exp $
Allow shared library version overrie.
--- plasma/generic/applets/system-monitor/CMakeLists.txt.orig	Thu Feb  5 01:38:09 2015
+++ plasma/generic/applets/system-monitor/CMakeLists.txt	Thu Feb  5 01:38:19 2015
@@ -10,7 +10,7 @@ set(lib_SRCS
 )
 kde4_add_library(plasma_applet-system-monitor SHARED ${lib_SRCS})
 target_link_libraries(plasma_applet-system-monitor ${KDE4_PLASMA_LIBS} ${KDE4_KDEUI_LIBS})
-set_target_properties(plasma_applet-system-monitor PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION} )
+set_target_properties(plasma_applet-system-monitor PROPERTIES VERSION ${GENERIC_LIB_VERSION} )
 
 # HDD Space Monitor
 
