aboutsummaryrefslogtreecommitdiff
path: root/audio/amarok-kde4/files/patch-amarok_src_sqlite_fts1__tokenizer1.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/amarok-kde4/files/patch-amarok_src_sqlite_fts1__tokenizer1.c')
-rw-r--r--audio/amarok-kde4/files/patch-amarok_src_sqlite_fts1__tokenizer1.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/amarok-kde4/files/patch-amarok_src_sqlite_fts1__tokenizer1.c b/audio/amarok-kde4/files/patch-amarok_src_sqlite_fts1__tokenizer1.c
deleted file mode 100644
index 81accd1f733e..000000000000
--- a/audio/amarok-kde4/files/patch-amarok_src_sqlite_fts1__tokenizer1.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- amarok/src/sqlite/fts1_tokenizer1.c.orig Thu Feb 1 23:14:17 2007
-+++ amarok/src/sqlite/fts1_tokenizer1.c Sat Feb 3 01:52:07 2007
-@@ -18,7 +18,7 @@
-
-
- #include <assert.h>
--#if !defined(__APPLE__)
-+#if !defined(__APPLE__) && !defined(__FreeBSD__)
- #include <malloc.h>
- #else
- #include <stdlib.h>