Salome HOME
SSL mode integration : switch back SALOME modules on master branches - patch HOMARD...
[tools/sat_salome.git] / products / patches / ParaView-3.14.0.patch
1 diff -pruN ParaView-3.14.0_ori/Utilities/VisItBridge/databases/paraDIS/RC_cpp_lib/RCLibPoint.h ParaView-3.14.0_new/Utilities/VisItBridge/databases/paraDIS/RC_cpp_lib/RCLibPoint.h
2 --- ParaView-3.14.0_ori/Utilities/VisItBridge/databases/paraDIS/RC_cpp_lib/RCLibPoint.h 2012-02-20 15:48:20.000000000 +0100
3 +++ ParaView-3.14.0_new/Utilities/VisItBridge/databases/paraDIS/RC_cpp_lib/RCLibPoint.h 2013-03-07 15:58:49.107887795 +0100
4 @@ -6,6 +6,7 @@
5  #include <iomanip> 
6  #include <istream>
7  #include "DebugStream.h"
8 +#include "stringutil.h"
9  
10  namespace rclib {
11    using namespace std;
12 diff -pruN ParaView-3.14.0_ori/Utilities/Xdmf2/vtk/Testing/Cxx/XdmfTestVTKIO.cxx ParaView-3.14.0_new/Utilities/Xdmf2/vtk/Testing/Cxx/XdmfTestVTKIO.cxx
13 --- ParaView-3.14.0_ori/Utilities/Xdmf2/vtk/Testing/Cxx/XdmfTestVTKIO.cxx       2012-02-20 15:48:26.000000000 +0100
14 +++ ParaView-3.14.0_new/Utilities/Xdmf2/vtk/Testing/Cxx/XdmfTestVTKIO.cxx       2013-03-11 14:59:58.629495196 +0100
15 @@ -21,6 +21,7 @@
16  //files around for inspection. Otherwise it deletes the temporary files it
17  //creates and returns success.
18  
19 +#include<unistd.h>
20  #include "vtkXdmfWriter.h"
21  
22  #include "vtkCellData.h"
23 diff -pruN ParaView-3.14.0_ori/VTK/CMakeLists.txt ParaView-3.14.0_new/VTK/CMakeLists.txt
24 --- ParaView-3.14.0_ori/VTK/CMakeLists.txt      2012-02-20 15:49:50.000000000 +0100
25 +++ ParaView-3.14.0_new/VTK/CMakeLists.txt      2013-03-07 16:02:10.698126978 +0100
26 @@ -758,7 +758,7 @@ VTK_DEPENDENT_OPTION(VTK_USE_MPI
27  VTK_DEPENDENT_OPTION(VTK_USE_MATROX_IMAGING
28                       "Use Matrox Imaging Library for video input." OFF
29                       "VTK_USE_RENDERING;WIN32" OFF)
30 -VTK_DEPENDENT_OPTION(VTK_USE_GL2PS "Build VTK with gl2ps support." OFF
31 +VTK_DEPENDENT_OPTION(VTK_USE_GL2PS "Build VTK with gl2ps support." ON
32                       "VTK_USE_RENDERING" ON)
33  VTK_DEPENDENT_OPTION(VTK_USE_PARALLEL_BGL
34                       "Use the Parallel Boost Graph Library"
35 diff -pruN ParaView-3.14.0_ori/VTK/Rendering/vtkFreeTypeTools.cxx ParaView-3.14.0_new/VTK/Rendering/vtkFreeTypeTools.cxx
36 --- ParaView-3.14.0_ori/VTK/Rendering/vtkFreeTypeTools.cxx      2012-02-20 15:49:51.000000000 +0100
37 +++ ParaView-3.14.0_new/VTK/Rendering/vtkFreeTypeTools.cxx      2013-03-07 15:58:49.108887791 +0100
38 @@ -31,6 +31,8 @@
39  // The embedded fonts
40  #include "fonts/vtkEmbeddedFonts.h"
41  
42 +#include<stdint.h>
43 +
44  #ifdef FTGL_USE_NAMESPACE
45  using namespace ftgl;
46  #endif
47 diff -pruN ParaView-3.14.0_ori/VTK/Rendering/vtkFreeTypeUtilities.cxx ParaView-3.14.0_new/VTK/Rendering/vtkFreeTypeUtilities.cxx
48 --- ParaView-3.14.0_ori/VTK/Rendering/vtkFreeTypeUtilities.cxx  2012-02-20 15:49:51.000000000 +0100
49 +++ ParaView-3.14.0_new/VTK/Rendering/vtkFreeTypeUtilities.cxx  2013-03-07 15:58:49.109887787 +0100
50 @@ -31,6 +31,7 @@
51  #include "fonts/vtkEmbeddedFonts.h"
52  
53  #include <sys/stat.h>
54 +#include<stdint.h>
55  
56  #ifdef FTGL_USE_NAMESPACE
57  using namespace ftgl;