diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-05-12 12:36:21 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-05-12 12:36:21 +0200 |
commit | 8732b26738a41671d8d2223e4d629c20c7e622cc (patch) | |
tree | 06c8c984653e39d2039f5fc262cf97ec9140ed65 /package/forked-daapd/patches/patch-config_h_in | |
parent | 6964a9c72877e278846d19174819b720b2815ae1 (diff) |
add forked-daapd server and all deps
Diffstat (limited to 'package/forked-daapd/patches/patch-config_h_in')
-rw-r--r-- | package/forked-daapd/patches/patch-config_h_in | 10 |
1 files changed, 10 insertions, 0 deletions
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 <dirent.h> header file. */ + #undef HAVE_DIRENT_H + |