/tcl.gd/mapserver-patches/pkgIndex.tcl.patch
http://flightaware-tcltools.googlecode.com/ · Patch · 18 lines · 16 code · 2 blank · 0 comment · 0 complexity · 46c447e0ca23b7776bfe6b546389e5de MD5 · raw file
- Index: tcl/pkgIndex.tcl
- ===================================================================
- RCS file: /data2/cvsroot/mapserver/mapscript/tcl/pkgIndex.tcl,v
- retrieving revision 1.3
- diff -c -r1.3 pkgIndex.tcl
- *** tcl/pkgIndex.tcl 25 Oct 2001 22:56:39 -0000 1.3
- --- tcl/pkgIndex.tcl 25 Nov 2005 08:51:42 -0000
- ***************
- *** 3,8 ****
- --- 3,9 ----
- # load shared library, and source supplementaly ref procs
-
- package ifneeded Mapscript 1.1 "
- + package require tclgd
- load [list [file join $dir libMapscript11[info sharedlibextension]]]
- # source the object reference helpers and convenience procs
- source [list [file join $dir mapscriptsupp.tcl]]