diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2008-04-05 14:49:37 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2008-04-05 14:49:37 +0000 |
commit | 36b99c23c6a5a99472524bb289470993bd0ced9c (patch) | |
tree | 84f97936e82eca53e1f5b27b0464d7f026bb72fe /databases/sqlite3/files/patch-src__main.c | |
parent | - Update system-config-printer to 0.9.90 (diff) |
- Finally, update to 3.5.6
- Enable THREADS by default
PS: See UPDATING if you have problems.
Requested by: many
Notes
Notes:
svn path=/head/; revision=210580
Diffstat (limited to 'databases/sqlite3/files/patch-src__main.c')
-rw-r--r-- | databases/sqlite3/files/patch-src__main.c | 11 |
1 files changed, 11 insertions, 0 deletions
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 <ctype.h> + #ifdef SQLITE_ENABLE_FTS3 +-# include "fts3.h" ++# include "../ext/fts3/fts3.h" + #endif + + /* |