freebsd-ports/databases/sqlite3/files/patch-ext__fts2__fts2.c
Marcus Alves Grando 51274c2133 - Update to 3.4.1
- Make sqlite3 respect CC [1]
- Add support for FTS2 [2]

PR:		112286 [1], 113477 [2]
Submitted by:	Sergey Prikhodko <sergey___network-asp.biz> [1],
		Anton Berezin <tobez___FreeBSD.org> [2]
2007-08-01 14:22:13 +00:00

12 lines
262 B
C

--- ext/fts2/fts2.c.orig Fri Jun 8 12:31:37 2007
+++ ext/fts2/fts2.c Fri Jun 8 12:32:16 2007
@@ -269,9 +269,6 @@
#endif
#include <assert.h>
-#if !defined(__APPLE__)
-#include <malloc.h>
-#endif
#include <stdlib.h>
#include <stdio.h>
#include <string.h>