Commit Graph

5 Commits

Author SHA1 Message Date
oscarfv
0b3dbc7dad Tcl: fix sprintf format char and remove -static-libgcc (#4768)
* tcl: don't use unsupported char conversion; parallel make

%I64 should be used for 64 bit ints. %lld is not recognized and will
to serious bugs.

* tcl: get rid of -static-libgcc on configure scripts

The existing patch didn't remove all occurrences. Furthermore, it
required tweaks on every new Tcl version. This brute-force approach is
more reliable.
2018-12-13 08:10:18 +03:00
Alexey Pavlov
baff8cf534 tcl/tk: Update to 8.6.9 2018-12-12 10:39:20 +03:00
Alexey Pavlov
ec4fbb3dbc tcl/tk: Update to 8.6.5 2016-03-03 09:26:13 +03:00
Alexpux
52d4e1dc06 tcl/tk: Update to 8.6.2 2014-08-30 11:59:19 +04:00
Alexpux
620d0fbc47 tcl/tk: Fix private headers location in configs. Fix using gnu_print. 2014-03-12 09:14:53 +04:00