diff options
Diffstat (limited to 'sci-electronics/tnt/files/tnt-1.2.2-tkcon.patch')
-rw-r--r-- | sci-electronics/tnt/files/tnt-1.2.2-tkcon.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sci-electronics/tnt/files/tnt-1.2.2-tkcon.patch b/sci-electronics/tnt/files/tnt-1.2.2-tkcon.patch new file mode 100644 index 000000000..4c603c739 --- /dev/null +++ b/sci-electronics/tnt/files/tnt-1.2.2-tkcon.patch @@ -0,0 +1,16 @@ +--- sppdgTcllib/console/tkcon.tcl.org 2011-02-19 01:46:57.000000000 -0800 ++++ sppdgTcllib/console/tkcon.tcl 2011-02-19 01:47:36.000000000 -0800 +@@ -43,9 +43,10 @@ + + if {$tcl_version < 8.0} { + return -code error "tkcon requires at least Tcl/Tk8" +-} else { +- package require -exact Tk $tcl_version +-} ++} ++#else { ++# package require -exact Tk $tcl_version ++#} + + catch {package require bogus-package-name} + foreach pkg [info loaded {}] { |