aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2011-09-15 07:40:27 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2011-09-15 07:40:27 +0000
commit537fa63d681dccafb5b1d6bb9c7c7963f0c7d882 (patch)
tree6f18f09c37289cce9409554f5fcc29e969dd5c9d /math
parent595668dac027db28cdf1926472c6a71faf5abf8b (diff)
downloadports-537fa63d681dccafb5b1d6bb9c7c7963f0c7d882.tar.gz
ports-537fa63d681dccafb5b1d6bb9c7c7963f0c7d882.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/vtk5/files/patch-vtkGenerateVTKConfig.cmake18
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.