rpms/sentinella/devel sentinella-fix-DSO.patch,1.3,1.4

thomasj thomasj at fedoraproject.org
Wed May 19 08:37:01 UTC 2010


Author: thomasj

Update of /cvs/pkgs/rpms/sentinella/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv23443

Modified Files:
	sentinella-fix-DSO.patch 
Log Message:
jeeze another change needed. changed DSO patch again

sentinella-fix-DSO.patch:
 CMakeLists.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: sentinella-fix-DSO.patch
===================================================================
RCS file: /cvs/pkgs/rpms/sentinella/devel/sentinella-fix-DSO.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sentinella-fix-DSO.patch	19 May 2010 08:23:30 -0000	1.3
+++ sentinella-fix-DSO.patch	19 May 2010 08:37:01 -0000	1.4
@@ -5,7 +5,7 @@
  kde4_add_executable(sentinella ${Sentinella_SRCS})
  
 -target_link_libraries(sentinella ${QT_LIBRARIES} sysactivity kworkspace processui ${KDE4_KDEUI_LIBS} ${KDE4_KPARTS_LIBS})
-+target_link_libraries(sentinella ${QT_LIBRARIES} sysactivity kworkspace processui processcore ${KDE4_KDEUI_LIBS} ${KDE4_KPARTS_LIBS} ${KDE4_SOLID_LIBS})
++target_link_libraries(sentinella ${QT_LIBRARIES} sysactivity kworkspace processui processcore ${KDE4_KDEUI_LIBS} ${KDE4_KPARTS_LIBS} ${KDE4_SOLID_LIBS} ${KDE4_PHONON_LIBS})
  
  install(TARGETS sentinella DESTINATION bin)
  



More information about the scm-commits mailing list