/tcl.gd/mapserver-patches/pkgIndex.tcl.patch
Patch | 18 lines | 16 code | 2 blank | 0 comment | 0 complexity | 46c447e0ca23b7776bfe6b546389e5de MD5 | raw file
Possible License(s): AGPL-3.0
1Index: tcl/pkgIndex.tcl 2=================================================================== 3RCS file: /data2/cvsroot/mapserver/mapscript/tcl/pkgIndex.tcl,v 4retrieving revision 1.3 5diff -c -r1.3 pkgIndex.tcl 6*** tcl/pkgIndex.tcl 25 Oct 2001 22:56:39 -0000 1.3 7--- tcl/pkgIndex.tcl 25 Nov 2005 08:51:42 -0000 8*************** 9*** 3,8 **** 10--- 3,9 ---- 11 # load shared library, and source supplementaly ref procs 12 13 package ifneeded Mapscript 1.1 " 14+ package require tclgd 15 load [list [file join $dir libMapscript11[info sharedlibextension]]] 16 # source the object reference helpers and convenience procs 17 source [list [file join $dir mapscriptsupp.tcl]] 18