summaryrefslogtreecommitdiff
path: root/audio/amarok-kde4/files/patch-amarok_src_sqlite_fts1.c
diff options
context:
space:
mode:
authorMichael Landin <mich@FreeBSD.org>2007-02-12 17:02:44 +0000
committerMichael Landin <mich@FreeBSD.org>2007-02-12 17:02:44 +0000
commit195e77a5c54300c4348067d23f463e3549291450 (patch)
treeeea18253ba3ff7499e01fc9d2b9a64c5f35ba699 /audio/amarok-kde4/files/patch-amarok_src_sqlite_fts1.c
parentUpgrade to 4.3.0. (diff)
- update to -> 1.4.5
Changelog: http://amarok.kde.org/content/view/10/66/ PR: ports/108711 Submitted by: Alex<goo@t72.ru>
Diffstat (limited to 'audio/amarok-kde4/files/patch-amarok_src_sqlite_fts1.c')
-rw-r--r--audio/amarok-kde4/files/patch-amarok_src_sqlite_fts1.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/amarok-kde4/files/patch-amarok_src_sqlite_fts1.c b/audio/amarok-kde4/files/patch-amarok_src_sqlite_fts1.c
new file mode 100644
index 000000000000..40b90d0fd218
--- /dev/null
+++ b/audio/amarok-kde4/files/patch-amarok_src_sqlite_fts1.c
@@ -0,0 +1,11 @@
+--- amarok/src/sqlite/fts1.c.orig Thu Feb 1 23:14:17 2007
++++ amarok/src/sqlite/fts1.c Sat Feb 3 01:51:38 2007
+@@ -19,7 +19,7 @@
+ #endif
+
+ #include <assert.h>
+-#if !defined(__APPLE__)
++#if !defined(__APPLE__) && !defined(__FreeBSD__)
+ #include <malloc.h>
+ #else
+ #include <stdlib.h>