1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/x11-toolkits/blt/files/patch-library_init.tcl
2013-11-19 11:13:47 +00:00

14 lines
256 B
Tcl

--- library/init.tcl.orig 2013-10-30 14:24:31.000000000 +0100
+++ library/init.tcl 2013-10-30 14:25:34.000000000 +0100
@@ -8,7 +8,8 @@
}
}
- initializeLibrary
-
+ if {[info command tk] eq {tk}} {
+ initializeLibrary
+ }
}