diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2026-05-25 17:05:16 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2026-05-25 17:05:16 +0000 |
| commit | b00eb376e3fb28e738f9370552dae9d92c1fdd76 (patch) | |
| tree | 4675a4ad76d8d7d5746413670e0e86f84e968a39 /tea/teaish.tcl | |
| parent | e7e917ee3cf2b3010b1c511c6ebaf8b65b983ad7 (diff) | |
Diffstat (limited to 'tea/teaish.tcl')
| -rw-r--r-- | tea/teaish.tcl | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/tea/teaish.tcl b/tea/teaish.tcl index 9333495aa3da..47e0ea7013a1 100644 --- a/tea/teaish.tcl +++ b/tea/teaish.tcl @@ -64,12 +64,18 @@ apply {{dir} { -name.pkg sqlite3 -version $version -name.dist $distname - -vsatisfies 8.6- -libDir sqlite$version -pragmas $pragmas + -src generic/tclsqlite3.c } + # We should also have: + # -vsatisfies 8.6- + # But at least one platform is failing this vsatisfies check + # for no apparent reason: + # https://sqlite.org/forum/forumpost/fde857fb8101a4be }} [teaish-get -dir] + # # Must return either an empty string or a list in the form accepted by # autosetup's [options] function. @@ -119,8 +125,6 @@ proc teaish-options {} { proc teaish-configure {} { use teaish/feature - teaish-src-add -dist -dir generic/tclsqlite3.c - if {[proj-opt-was-provided override-sqlite-version]} { teaish-pkginfo-set -version [opt-val override-sqlite-version] proj-warn "overriding sqlite version number:" [teaish-pkginfo-get -version] |
