CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2025/01/30 01:16:03
Modified files:
databases/sqlite3: Makefile
Log message:
databases/sqlite3: fix the .pc file, reported by ajacoutot@
in https://www.sqlite.org/src/info/d7708372ff2fef4b the section
'massaging' the .pc.in file was dropped, thus resulting in a
'Libs.private' line with unreplaced vars.
hardcode '-lz -lm -lpthread' via the port Makefile, instead of trying to
figure out where it should be fixed in the tcl/sh/awk contraption.
the 3.48.0 release notes said 'The build system for the amalgamation
tarball is unchanged. If you are using the amalgamation tarball, nothing
about this change log entry applies to you.' .. yeah.