aboutsummaryrefslogtreecommitdiff
path: root/devel/cvstrac
diff options
context:
space:
mode:
authorBruce M Simpson <bms@FreeBSD.org>2003-11-14 14:44:16 +0000
committerBruce M Simpson <bms@FreeBSD.org>2003-11-14 14:44:16 +0000
commit39c3fe9c2e230181840391a0f9e11e32b58a324c (patch)
tree9c189c3b09b6e029611f11706f5a08570108d37f /devel/cvstrac
parentbb594a14566e7e1fadbb34ea3a08a066224e6914 (diff)
downloadports-39c3fe9c2e230181840391a0f9e11e32b58a324c.tar.gz
ports-39c3fe9c2e230181840391a0f9e11e32b58a324c.zip
Notes
Diffstat (limited to 'devel/cvstrac')
-rw-r--r--devel/cvstrac/files/patch-db.c15
1 files changed, 15 insertions, 0 deletions
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 <sqlite.h>. 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;