SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
17
lang/tcl/8.5/patches/patch-library_tm_tcl
Normal file
17
lang/tcl/8.5/patches/patch-library_tm_tcl
Normal file
|
@ -0,0 +1,17 @@
|
|||
--- library/tm.tcl.orig Fri Sep 13 12:06:53 2013
|
||||
+++ library/tm.tcl Fri Sep 13 12:52:31 2013
|
||||
@@ -328,10 +328,10 @@ proc ::tcl::tm::Defaults {} {
|
||||
|
||||
# Note that we're using [::list], not [list] because [list] means
|
||||
# something other than [::list] in this namespace.
|
||||
- roots [::list \
|
||||
- [file dirname [info library]] \
|
||||
- [file join [file dirname [file dirname $exe]] lib] \
|
||||
- ]
|
||||
+
|
||||
+ # OpenBSD layout
|
||||
+ add [file join [info library] modules] \
|
||||
+ [file join [lindex $::tcl_pkgPath 0] modules 85]
|
||||
|
||||
if {$tcl_platform(platform) eq "windows"} {
|
||||
set sep ";"
|
Loading…
Add table
Add a link
Reference in a new issue