From 8732b26738a41671d8d2223e4d629c20c7e622cc Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 12 May 2011 12:36:21 +0200 Subject: add forked-daapd server and all deps --- package/forked-daapd/patches/patch-config_h_in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 package/forked-daapd/patches/patch-config_h_in (limited to 'package/forked-daapd/patches') diff --git a/package/forked-daapd/patches/patch-config_h_in b/package/forked-daapd/patches/patch-config_h_in new file mode 100644 index 000000000..9088c47da --- /dev/null +++ b/package/forked-daapd/patches/patch-config_h_in @@ -0,0 +1,10 @@ +--- forked-daapd-0.16.orig/config.h.in 2011-04-30 11:43:23.000000000 +0200 ++++ forked-daapd-0.16/config.h.in 2011-05-10 14:39:41.000000000 +0200 +@@ -1,5 +1,7 @@ + /* config.h.in. Generated from configure.in by autoheader. */ + ++#define pipe2(a,b) pipe(a) ++ + /* Define to 1 if you have the header file. */ + #undef HAVE_DIRENT_H + -- cgit v1.2.3