]> git.pld-linux.org Git - packages/ocaml.git/blob - ocaml-tcl86.patch
- rel 21; fix build with tcl/tk 8.6
[packages/ocaml.git] / ocaml-tcl86.patch
1 --- ocaml-3.12.1/configure~     2014-06-03 11:26:08.000000000 +0200
2 +++ ocaml-3.12.1/configure      2014-06-03 11:27:37.713580505 +0200
3 @@ -1429,6 +1429,8 @@
4    for tk_incs in \
5      "-I/usr/local/include" \
6      "-I/usr/include" \
7 +    "-I/usr/local/include/tcl8.6 -I/usr/local/include/tk8.6" \
8 +    "-I/usr/include/tcl8.6 -I/usr/include/tk8.6" \
9      "-I/usr/local/include/tcl8.5 -I/usr/local/include/tk8.5" \
10      "-I/usr/include/tcl8.5 -I/usr/include/tk8.5" \
11      "-I/usr/local/include/tcl8.4 -I/usr/local/include/tk8.4" \
12 @@ -1454,6 +1456,7 @@
13      8.3) tclmaj=8 tclmin=3 tkmaj=8 tkmin=3 ;;
14      8.4) tclmaj=8 tclmin=4 tkmaj=8 tkmin=4 ;;
15      8.5) tclmaj=8 tclmin=5 tkmaj=8 tkmin=5 ;;
16 +    8.6) tclmaj=8 tclmin=6 tkmaj=8 tkmin=6 ;;
17      *) echo "This version is not known."; has_tk=false ;;
18      esac
19    else
This page took 0.022433 seconds and 3 git commands to generate.