pkgsrc/databases/sqlite3-tcl/Makefile
drochner 382750dbd4 update to 3.3.10
changes:
-fixed bugs which can lead to database corruption under obscure and
 difficult to reproduce circumstances
-new sqlite3_prepare_v2() API
-bug fixes in the command-line shell
-enhancements to the query optimizer

pkgsrc change: fix a selftest which couldn't work as intended due to
misuse of O_APPEND
2007-01-11 19:08:48 +00:00

18 lines
500 B
Makefile

# $NetBSD: Makefile,v 1.6 2007/01/11 19:08:48 drochner Exp $
.include "../../databases/sqlite3/Makefile.common"
PKGNAME:= ${PKGNAME:S/-/-tcl-/}
CONFIGURE_ARGS+= --with-tcl=${BUILDLINK_PREFIX.tcl}/lib
BUILD_TARGET= libtclsqlite3.la
INSTALL_TARGET= tcl_install
TEST_TARGET= test
BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=3.2.7
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../lang/tcl/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"