diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2009-12-29 13:43:18 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2009-12-29 13:43:18 +0000 |
commit | 0242a387701d15bf1a13217dcfa3867f669d9fbc (patch) | |
tree | 11e0e80e6f4e3b7602c149e264655b9eb6ade264 /math/plplot/files/patch-cmake_modules_FindTCL.cmake | |
parent | python-nexus is a generic nexus (phylogenetics) file format(.nex, .trees) (diff) |
Upgrade to 5.9.5, required by GDL.
Notes:
- support of Gnome2 and VGAlib are now deprecated;
- support of Qt added;
- plrender is also deprecated, but we force it to build.
Many more options could be enabled, if someone needs them.
Diffstat (limited to 'math/plplot/files/patch-cmake_modules_FindTCL.cmake')
-rw-r--r-- | math/plplot/files/patch-cmake_modules_FindTCL.cmake | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/math/plplot/files/patch-cmake_modules_FindTCL.cmake b/math/plplot/files/patch-cmake_modules_FindTCL.cmake new file mode 100644 index 000000000000..77ee1e4edc2d --- /dev/null +++ b/math/plplot/files/patch-cmake_modules_FindTCL.cmake @@ -0,0 +1,12 @@ +--- cmake/modules/FindTCL.cmake.orig 2009-09-06 21:04:43.000000000 +0200 ++++ cmake/modules/FindTCL.cmake 2009-12-25 16:15:45.000000000 +0100 +@@ -121,7 +121,9 @@ + /usr/include + /usr/local/include + /usr/include/tcl8.5 ++ /usr/include/tk8.5 + /usr/include/tcl8.4 ++ /usr/include/tk8.4 + /usr/include/tcl8.3 + /usr/include/tcl8.2 + /usr/include/tcl8.0 |