From 39c3fe9c2e230181840391a0f9e11e32b58a324c Mon Sep 17 00:00:00 2001 From: Bruce M Simpson Date: Fri, 14 Nov 2003 14:44:16 +0000 Subject: Fix build against sqlite-2.8.6 Noticed by: kris --- devel/cvstrac/files/patch-db.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 devel/cvstrac/files/patch-db.c (limited to 'devel') diff --git a/devel/cvstrac/files/patch-db.c b/devel/cvstrac/files/patch-db.c new file mode 100644 index 000000000000..851bf2d741e9 --- /dev/null +++ b/devel/cvstrac/files/patch-db.c @@ -0,0 +1,15 @@ +--- db.c.orig Fri Nov 14 14:41:27 2003 ++++ db.c Fri Nov 14 14:41:35 2003 +@@ -32,12 +32,6 @@ + #include "db.h" + + /* +-** This function is not an official part of the SQLite API and does +-** not appear in . So we have to supply our own prototype. +-*/ +-extern char *sqlite_vmprintf(const char *, ...); +- +-/* + ** The following is the handle to the open database. + */ + static sqlite *pDb = 0; -- cgit v1.2.3