From ef42a0bf710f705e6e0f57fce61974d748386a0e Mon Sep 17 00:00:00 2001 From: Danilo Chang Date: Tue, 12 Dec 2023 21:15:48 +0800 Subject: [PATCH] Update pkgIndex.tcl.in --- pkgIndex.tcl | 3 +++ pkgIndex.tcl.in | 3 +++ 2 files changed, 6 insertions(+) diff --git a/pkgIndex.tcl b/pkgIndex.tcl index 2df87dc..b0a1d98 100644 --- a/pkgIndex.tcl +++ b/pkgIndex.tcl @@ -8,3 +8,6 @@ if {[package vsatisfies [package provide Tcl] 9.0-]} { package ifneeded tgdbm 0.7 \ [list load [file join $dir libtgdbm0.7.so] [string totitle tgdbm]] } + +package ifneeded qgdbm 0.7 \ + [list source [file join $dir qgdbm.tcl]] diff --git a/pkgIndex.tcl.in b/pkgIndex.tcl.in index 34c4be6..59fe647 100644 --- a/pkgIndex.tcl.in +++ b/pkgIndex.tcl.in @@ -8,3 +8,6 @@ if {[package vsatisfies [package provide Tcl] 9.0-]} { package ifneeded @PACKAGE_NAME@ @PACKAGE_VERSION@ \ [list load [file join $dir @PKG_LIB_FILE8@] [string totitle @PACKAGE_NAME@]] } + +package ifneeded qgdbm @PACKAGE_VERSION@ \ + [list source [file join $dir qgdbm.tcl]]