13 lines
672 B
Text
13 lines
672 B
Text
On OpenBSD we only have one version installed.
|
|
|
|
--- generic/itcl_cmds.c.orig Fri Jul 15 20:30:52 2011
|
|
+++ generic/itcl_cmds.c Sun Oct 9 19:00:41 2011
|
|
@@ -60,7 +60,7 @@ namespace eval ::itcl {\n\
|
|
if {[info exists env(ITCL_LIBRARY)]} {\n\
|
|
lappend dirs $env(ITCL_LIBRARY)\n\
|
|
}\n\
|
|
- lappend dirs [file join [file dirname $tcl_library] itcl$version]\n\
|
|
+ lappend dirs [file join [file dirname $tcl_library] itcl]\n\
|
|
set bindir [file dirname [info nameofexecutable]]\n\
|
|
lappend dirs [file join $bindir .. lib itcl$version]\n\
|
|
lappend dirs [file join $bindir .. library]\n\
|