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-ext__fts1__fts1.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-ext__fts1__fts1.c')
-rw-r--r-- | databases/sqlite3/files/patch-ext__fts1__fts1.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/databases/sqlite3/files/patch-ext__fts1__fts1.c b/databases/sqlite3/files/patch-ext__fts1__fts1.c deleted file mode 100644 index 8357e5832668..000000000000 --- a/databases/sqlite3/files/patch-ext__fts1__fts1.c +++ /dev/null @@ -1,14 +0,0 @@ ---- ext/fts1/fts1.c.orig Sun Oct 8 06:16:32 2006 -+++ ext/fts1/fts1.c Sun Dec 3 14:44:46 2006 -@@ -19,11 +19,7 @@ - #endif - - #include <assert.h> --#if !defined(__APPLE__) --#include <malloc.h> --#else - #include <stdlib.h> --#endif - #include <stdio.h> - #include <string.h> - #include <ctype.h> |