From: <arj...@us...> - 2014-01-15 20:16:39
|
Revision: 12941 http://sourceforge.net/p/plplot/code/12941 Author: arjenmarkus Date: 2014-01-15 20:16:36 +0000 (Wed, 15 Jan 2014) Log Message: ----------- Use the CMake variable plplottcltk_SOVERSION as the suffix for the Tcl/Tk library, so that the pkgIndex.tcl file is adjusted automatically. Modified Paths: -------------- trunk/bindings/tk/pkgIndex.tcl.in Modified: trunk/bindings/tk/pkgIndex.tcl.in =================================================================== --- trunk/bindings/tk/pkgIndex.tcl.in 2014-01-15 02:32:38 UTC (rev 12940) +++ trunk/bindings/tk/pkgIndex.tcl.in 2014-01-15 20:16:36 UTC (rev 12941) @@ -34,7 +34,7 @@ if {$tcl_platform(platform) == "unix"} { if {[string match "*CYGWIN*" $::tcl_platform(os)]} { - set stem cygplplottcltk@LIB_TAG@-10 + set stem cygplplottcltk@LIB_TAG@-@plplottcltk_SOVERSION@ } else { set stem tk } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |