From 36b99c23c6a5a99472524bb289470993bd0ced9c Mon Sep 17 00:00:00 2001 From: Marcus Alves Grando Date: Sat, 5 Apr 2008 14:49:37 +0000 Subject: - Finally, update to 3.5.6 - Enable THREADS by default PS: See UPDATING if you have problems. Requested by: many --- databases/sqlite3/files/patch-src__main.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 databases/sqlite3/files/patch-src__main.c (limited to 'databases/sqlite3/files/patch-src__main.c') diff --git a/databases/sqlite3/files/patch-src__main.c b/databases/sqlite3/files/patch-src__main.c new file mode 100644 index 000000000000..251c4fa9cc68 --- /dev/null +++ b/databases/sqlite3/files/patch-src__main.c @@ -0,0 +1,11 @@ +--- src/main.c.orig 2008-03-04 00:22:33.000000000 -0300 ++++ src/main.c 2008-03-04 00:22:45.000000000 -0300 +@@ -19,7 +19,7 @@ + #include "sqliteInt.h" + #include + #ifdef SQLITE_ENABLE_FTS3 +-# include "fts3.h" ++# include "../ext/fts3/fts3.h" + #endif + + /* -- cgit v1.2.3