rpms/kde-partitionmanager/devel CMakeLists.txt.DSO.patch,1.1,1.2

thomasj thomasj at fedoraproject.org
Sun Feb 14 20:20:40 UTC 2010


Author: thomasj

Update of /cvs/pkgs/rpms/kde-partitionmanager/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8214

Modified Files:
	CMakeLists.txt.DSO.patch 
Log Message:
DSO fix try no 2


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

Index: CMakeLists.txt.DSO.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kde-partitionmanager/devel/CMakeLists.txt.DSO.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- CMakeLists.txt.DSO.patch	14 Feb 2010 20:02:47 -0000	1.1
+++ CMakeLists.txt.DSO.patch	14 Feb 2010 20:20:40 -0000	1.2
@@ -5,7 +5,7 @@
  kde4_add_executable(partitionmanager-bin ${partitionmanager-bin_SRCS})
  
 -target_link_libraries(partitionmanager-bin partitionmanagerprivate)
-+target_link_libraries(partitionmanager-bin partitionmanagerprivate ${KDE4_KDECORE_LIBS})
++target_link_libraries(partitionmanager-bin partitionmanagerprivate ${KDE4_KDECORE_LIBS} ${KDE4_KDEUI_LIBS})
  
  if(UNIX)
  	add_custom_target(partitionmanager ALL



More information about the scm-commits mailing list