summaryrefslogtreecommitdiff
path: root/audio/daapd
diff options
context:
space:
mode:
authorLars Thegler <lth@FreeBSD.org>2004-11-24 14:36:38 +0000
committerLars Thegler <lth@FreeBSD.org>2004-11-24 14:36:38 +0000
commit13a2169bc36ac351180d502935a0b978394532f1 (patch)
tree9b69db35944ecd076977eb446825ad9b31b60063 /audio/daapd
parentAdd whitespace around parentheses in .if logic, in order to unbreak (diff)
Unbreak build
Noticed by: Henrik Andersen
Notes
Notes: svn path=/head/; revision=122307
Diffstat (limited to 'audio/daapd')
-rw-r--r--audio/daapd/files/patch-db.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/daapd/files/patch-db.cc b/audio/daapd/files/patch-db.cc
new file mode 100644
index 000000000000..0d8f4620500a
--- /dev/null
+++ b/audio/daapd/files/patch-db.cc
@@ -0,0 +1,11 @@
+--- db.cc.orig Wed Sep 1 23:42:10 2004
++++ db.cc Wed Sep 1 23:42:58 2004
+@@ -36,7 +36,7 @@
+ #ifdef __APPLE__
+ #include <malloc/malloc.h>
+ #else
+- #include <malloc.h>
++ #include <stdlib.h>
+ #endif
+
+ #ifdef MPEG4_ENABLE