rpms/cmake/F-11 cmake-2.6.4-vtk64.patch,NONE,1.1

Orion Poplawski orion at fedoraproject.org
Wed Jun 3 16:22:48 UTC 2009


Author: orion

Update of /cvs/pkgs/rpms/cmake/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6252/F-11

Added Files:
	cmake-2.6.4-vtk64.patch 
Log Message:
Add the patch file


cmake-2.6.4-vtk64.patch:

--- NEW FILE cmake-2.6.4-vtk64.patch ---
--- cmake-2.6.4/Modules/FindVTK.cmake.vtk64	2009-04-28 14:22:59.000000000 -0600
+++ cmake-2.6.4/Modules/FindVTK.cmake	2009-06-03 10:01:25.580512670 -0600
@@ -45,9 +45,13 @@
   SET(VTK_DIR_SEARCH "")
   FOREACH(dir ${VTK_DIR_SEARCH2})
     SET(VTK_DIR_SEARCH ${VTK_DIR_SEARCH}
+      ${dir}/../lib64/vtk-5.2
       ${dir}/../lib/vtk-5.2
+      ${dir}/../lib64/vtk-5.1
       ${dir}/../lib/vtk-5.1
+      ${dir}/../lib64/vtk-5.0
       ${dir}/../lib/vtk-5.0
+      ${dir}/../lib64/vtk
       ${dir}/../lib/vtk
       )
   ENDFOREACH(dir)




More information about the fedora-extras-commits mailing list