diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2011-09-15 07:40:27 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2011-09-15 07:40:27 +0000 |
commit | 537fa63d681dccafb5b1d6bb9c7c7963f0c7d882 (patch) | |
tree | 6f18f09c37289cce9409554f5fcc29e969dd5c9d /math/vtk5 | |
parent | 595668dac027db28cdf1926472c6a71faf5abf8b (diff) | |
download | ports-537fa63d681dccafb5b1d6bb9c7c7963f0c7d882.tar.gz ports-537fa63d681dccafb5b1d6bb9c7c7963f0c7d882.zip |
- Revert the removal of system include directories from VTKConfig.cmake, which
causes needed include paths of 3rd party packages used by VTK not to be
included by the use of VTK_USE_FILE.
The patch reverts this commit in VTK's git repository:
http://vtk.org/gitweb?p=VTK.git;a=commit;h=514405
A bug report has been submitted here:
http://vtk.org/Bug/view.php?id=12597
Notes
Notes:
svn path=/head/; revision=281794
Diffstat (limited to 'math/vtk5')
-rw-r--r-- | math/vtk5/files/patch-vtkGenerateVTKConfig.cmake | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/math/vtk5/files/patch-vtkGenerateVTKConfig.cmake b/math/vtk5/files/patch-vtkGenerateVTKConfig.cmake new file mode 100644 index 000000000000..99a53f3365c2 --- /dev/null +++ b/math/vtk5/files/patch-vtkGenerateVTKConfig.cmake @@ -0,0 +1,18 @@ +--- vtkGenerateVTKConfig.cmake.orig 2011-09-15 09:24:24.000000000 +0200 ++++ vtkGenerateVTKConfig.cmake 2011-09-15 09:27:25.000000000 +0200 +@@ -84,6 +84,7 @@ + SET(VTK_INCLUDE_DIRS_CONFIG + ${VTK_INCLUDE_DIRS_BUILD_TREE} + ${VTK_INCLUDE_DIRS_SOURCE_TREE} ++ ${VTK_INCLUDE_DIRS_SYSTEM} + ) + + # Executable locations. +@@ -188,6 +189,7 @@ + # Include directories. + SET(VTK_INCLUDE_DIRS_CONFIG + ${DOLLAR}{VTK_INSTALL_PREFIX}${VTK_INSTALL_INCLUDE_DIR} ++ ${VTK_INCLUDE_DIRS_SYSTEM} + ) + + # Link directories. |