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 | |
parent | 595668dac027db28cdf1926472c6a71faf5abf8b (diff) | |
download | ports-537fa63d681dccafb5b1d6bb9c7c7963f0c7d882.tar.gz ports-537fa63d681dccafb5b1d6bb9c7c7963f0c7d882.zip |
Notes
Diffstat (limited to 'math')
-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. |