/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

  1. Index: tcl/pkgIndex.tcl
  2. ===================================================================
  3. RCS file: /data2/cvsroot/mapserver/mapscript/tcl/pkgIndex.tcl,v
  4. retrieving revision 1.3
  5. diff -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. package ifneeded Mapscript 1.1 "
  13. + package require tclgd
  14. load [list [file join $dir libMapscript11[info sharedlibextension]]]
  15. # source the object reference helpers and convenience procs
  16. source [list [file join $dir mapscriptsupp.tcl]]