diff options
| author | Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> | 2020-06-23 19:20:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-23 10:20:18 -0700 |
| commit | 03766d0834c1ca8dea25ffafbe4fe1c60786a412 (patch) | |
| tree | f1dfa6d4a06ed5129f12ce59296c50d2eb920fbb /ports/vtk/NoUndefDebug.patch | |
| parent | aef838536ea3a08e3c1030ead553ca6456cc7fe3 (diff) | |
| download | vcpkg-03766d0834c1ca8dea25ffafbe4fe1c60786a412.tar.gz vcpkg-03766d0834c1ca8dea25ffafbe4fe1c60786a412.zip | |
[CGNS/ParaView] Add new ports (#9960)
* [cgns] add port cgns
* [paraview] add new port
* [paraview] correct dependencies; disable catalyst
* [VTK/ParaView] Make ParaView build
* [paraview] add missing patch
* [paraview] add cgns patch
* [paraview] add qt plugin patches back in. Remove in the future
* [vtk] slightly improved patches
* [vtk] don't disable findPython
* [paraview] add more features
* [paraview] remove X11Extras from OSX
* [vtk] make vtk workcorrectly with python and prepare for paraview with python
* [paraview] Python fixes
* [paraview] small bin -> lib replacement fix for static builds
* [vtk] fix patch path
* update baseline to exclude paraview for the time being on osx and linux.
requires a fix in qt5-base linkage of libpq.
* [paraview]try setting LD_LIBRARY_PATH for unix systems
* [paraview] a bit of cleanup
* update baseline
* fix typo in baseline
* [paraview] remove unnecessary patch
* [vtk] replace custom patch with upstream patch
* [paraview] cleanup in the portfile.
* Update ports/paraview/CONTROL
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Diffstat (limited to 'ports/vtk/NoUndefDebug.patch')
| -rw-r--r-- | ports/vtk/NoUndefDebug.patch | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/ports/vtk/NoUndefDebug.patch b/ports/vtk/NoUndefDebug.patch index 3fc8f5de8..a7bb750e7 100644 --- a/ports/vtk/NoUndefDebug.patch +++ b/ports/vtk/NoUndefDebug.patch @@ -2,12 +2,12 @@ diff --git a/Utilities/Python/vtkPython.h b/Utilities/Python/vtkPython.h index 166f24104..79ae1d371 100644 --- a/Utilities/Python/vtkPython.h +++ b/Utilities/Python/vtkPython.h -@@ -50,7 +50,7 @@ - # include <sys/stat.h> - # include <time.h> - # include <wchar.h> --# undef _DEBUG +@@ -53,7 +53,7 @@ + #include <sys/stat.h> + #include <time.h> + #include <wchar.h> +-#undef _DEBUG + - # if defined(_MSC_VER) - # define _CRT_NOFORCE_MANIFEST 1 - # endif + #if defined(_MSC_VER) + #define _CRT_NOFORCE_MANIFEST 1 + #endif |
