Check-in [bc1d61c542]
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:fix unfixed check-in [086eeca314]
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: bc1d61c542b7ff210a3745c2dadd89b315807ad3
User & Date: chw 2019-06-26 18:25:27.912
Context
2019-06-28
04:48
add tk upstream changes check-in: 35060c3ea2 user: chw tags: trunk
2019-06-26
18:25
fix unfixed check-in [086eeca314] check-in: bc1d61c542 user: chw tags: trunk
11:03
more tk upstream changes check-in: d88133bb13 user: chw tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to undroid/tclcan/pkgIndex.tcl.in.
1
2
3
4
5
6
#
# Tcl package index file, need a lambda to catch the directory
# for run-time linking optional shared library libsocketcan.so
#
package ifneeded @PACKAGE_NAME@ @PACKAGE_VERSION@ [apply {dir {
    load [file join $dir @PKG_LIB_FILE@] @PACKAGE_NAME@}} $dir]




|

1
2
3
4
5
6
#
# Tcl package index file, need a lambda to catch the directory
# for run-time linking optional shared library libsocketcan.so
#
package ifneeded @PACKAGE_NAME@ @PACKAGE_VERSION@ [list apply {dir {
    load [file join $dir @PKG_LIB_FILE@] @PACKAGE_NAME@}} $dir]