summaryrefslogtreecommitdiff
path: root/math/vtk6/files/patch-Wrapping-Tcl_CMakeLists.txt
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-03-18 09:26:05 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-03-18 09:26:05 +0000
commit5d4e9b2b9da1ab5b578a90c4086a36f0066deb7e (patch)
treee8c4bec44acd635da448398af7a9eb311164f5d9 /math/vtk6/files/patch-Wrapping-Tcl_CMakeLists.txt
parentThis module provides interface to access redis key-value store, it (diff)
- Update to 6.1.0
- Support Qt5 - Install Tcl wrapping files in a saner location
Diffstat (limited to 'math/vtk6/files/patch-Wrapping-Tcl_CMakeLists.txt')
-rw-r--r--math/vtk6/files/patch-Wrapping-Tcl_CMakeLists.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/vtk6/files/patch-Wrapping-Tcl_CMakeLists.txt b/math/vtk6/files/patch-Wrapping-Tcl_CMakeLists.txt
new file mode 100644
index 000000000000..6d58e9907f83
--- /dev/null
+++ b/math/vtk6/files/patch-Wrapping-Tcl_CMakeLists.txt
@@ -0,0 +1,11 @@
+--- Wrapping/Tcl/CMakeLists.txt.orig 2014-03-14 09:26:03.000000000 +0100
++++ Wrapping/Tcl/CMakeLists.txt 2014-03-14 09:26:27.000000000 +0100
+@@ -261,7 +261,7 @@
+ # Configure the Tcl package index file for the install tree.
+ SET(VTK_TCL_SCRIPT_DIR "[file dirname [info script]]")
+ IF(UNIX)
+- SET(VTK_TCL_LIBRARY_DIR "[file dirname [file dirname [file dirname [info script]]]]")
++ SET(VTK_TCL_LIBRARY_DIR "[file dirname [info script]]")
+ ELSE(UNIX)
+ SET(VTK_TCL_LIBRARY_DIR
+ "[file join [file dirname [file dirname [file dirname [file dirname [info script]]]]] bin]")