ports/databases/sqlite3/files/patch-ext__fts1__fts1_porter.c
Marcus Alves Grando 5b36a864f8 - Update to 3.3.12 [1]
- Fix FTS1 build [2]

Notified by:	Max Khitrov <mkhitrov___umd.edu> [1],
		Jeroen Ruigrok/asmodai <asmodai___in-nomine.org> [2]
2007-02-12 12:47:47 +00:00

14 lines
296 B
C

--- ext/fts1/fts1_porter.c.orig Sun Oct 1 13:01:13 2006
+++ ext/fts1/fts1_porter.c Sun Dec 3 14:45:17 2006
@@ -26,11 +26,7 @@
#include <assert.h>
-#if !defined(__APPLE__)
-#include <malloc.h>
-#else
#include <stdlib.h>
-#endif
#include <stdio.h>
#include <string.h>
#include <ctype.h>