pkgsrc/databases/sqlite3/Makefile
drochner 0f0073ae7b update to 3.3.4
changes:
adds support for CHECK constraints, DESC indices, separate
REAL and INTEGER column affinities, a new OS interface layer design, and
many other changes

pkgsrc note:
a selftest fails on NetBSD/i386: a loss of precision is not detected in
the sum() function. Reason is that the code assumes that a "long double"
keeps more significant bits than a "long long int" which is not true here.
This is not a regression to 3.2.x which did just wrap on int overflows.
2006-02-15 19:50:52 +00:00

11 lines
279 B
Makefile

# $NetBSD: Makefile,v 1.7 2006/02/15 19:50:52 drochner Exp $
.include "Makefile.common"
CONFIGURE_ARGS+= --disable-tcl
post-install:
${INSTALL_MAN} ${WRKSRC}/sqlite3.1 ${PREFIX}/man/man1/sqlite3.1
.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"