]> git.pld-linux.org Git - packages/ParaView.git/blob - link.patch
- added TODO
[packages/ParaView.git] / link.patch
1 --- ParaView-v5.5.0/VTK/IO/Movie/CMakeLists.txt.orig    2018-05-19 22:04:46.664799058 +0900
2 +++ ParaView-v5.5.0/VTK/IO/Movie/CMakeLists.txt 2018-05-19 22:10:52.902662668 +0900
3 @@ -30,6 +30,10 @@
4  
5  vtk_module_library(vtkIOMovie ${Module_SRCS})
6  
7 +if(vtkIOMovie_vtkoggtheora)
8 +  vtk_module_link_libraries(vtkIOMovie LINK_PRIVATE ogg)
9 +endif()
10 +
11  if(WIN32 AND VTK_USE_VIDEO_FOR_WINDOWS)
12    vtk_module_link_libraries(vtkIOMovie LINK_PRIVATE vfw32)
13  endif()
14 --- ParaView-v5.5.0/VTK/ThirdParty/exodusII/vtkexodusII/CMakeLists.txt~ 2018-04-07 05:03:33.000000000 +0900
15 +++ ParaView-v5.5.0/VTK/ThirdParty/exodusII/vtkexodusII/CMakeLists.txt  2018-05-19 23:50:03.422129590 +0900
16 @@ -299,6 +299,7 @@
17  
18  vtk_add_library(vtkexodusII ${sources} ${headers})
19  target_link_libraries(vtkexodusII PUBLIC ${vtknetcdf_LIBRARIES})
20 +target_link_libraries(vtkexodusII PUBLIC pthread)
21  if (NOT VTK_INSTALL_NO_DEVELOPMENT)
22    install(FILES
23      ${headers}
24 --- ParaView-v5.5.0/VTK/ThirdParty/libharu/vtklibharu/src/CMakeLists.txt~       2018-04-07 05:03:33.000000000 +0900
25 +++ ParaView-v5.5.0/VTK/ThirdParty/libharu/vtklibharu/src/CMakeLists.txt        2018-05-20 00:08:37.470651046 +0900
26 @@ -102,7 +102,7 @@
27  endif(LIBHPDF_SHARED)
28  else ()
29    vtk_add_library(vtklibharu ${LIBHPDF_SRCS})
30 -  target_link_libraries(vtklibharu PRIVATE ${vtkzlib_LIBRARIES} ${vtkpng_LIBRARIES})
31 +  target_link_libraries(vtklibharu PRIVATE ${vtkzlib_LIBRARIES} ${vtkpng_LIBRARIES} m)
32    if (WIN32)
33      set_target_properties(vtklibharu
34        PROPERTIES
This page took 0.116932 seconds and 3 git commands to generate.