summaryrefslogtreecommitdiff
path: root/package/mxml/patches/patch-mxmldoc_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-05-12 12:36:21 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-05-12 12:36:21 +0200
commit8732b26738a41671d8d2223e4d629c20c7e622cc (patch)
tree06c8c984653e39d2039f5fc262cf97ec9140ed65 /package/mxml/patches/patch-mxmldoc_c
parent6964a9c72877e278846d19174819b720b2815ae1 (diff)
add forked-daapd server and all deps
Diffstat (limited to 'package/mxml/patches/patch-mxmldoc_c')
-rw-r--r--package/mxml/patches/patch-mxmldoc_c11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/mxml/patches/patch-mxmldoc_c b/package/mxml/patches/patch-mxmldoc_c
new file mode 100644
index 000000000..15d520b05
--- /dev/null
+++ b/package/mxml/patches/patch-mxmldoc_c
@@ -0,0 +1,11 @@
+--- mxml-2.6.orig/mxmldoc.c 2009-05-05 15:38:00.000000000 +0200
++++ mxml-2.6/mxmldoc.c 2011-05-10 12:52:35.000000000 +0200
+@@ -57,7 +57,7 @@
+ #ifndef WIN32
+ # include <dirent.h>
+ # include <unistd.h>
+-# include <spawn.h>
++//# include <spawn.h>
+ # include <sys/wait.h>
+ extern char **environ;
+ #endif /* !WIN32 */