From 965724feb20156637954cc8e0f9613d886d1a2be Mon Sep 17 00:00:00 2001 From: ScrumpyJack Date: Mon, 28 Jul 2014 16:35:10 +0000 Subject: testing/taskd: new aport Taskserver synchronises taskwarrior across multiple clients http://taskwarrior.org --- testing/taskd/Path.cpp.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 testing/taskd/Path.cpp.patch (limited to 'testing/taskd/Path.cpp.patch') diff --git a/testing/taskd/Path.cpp.patch b/testing/taskd/Path.cpp.patch new file mode 100644 index 0000000000..018a2029ee --- /dev/null +++ b/testing/taskd/Path.cpp.patch @@ -0,0 +1,18 @@ +--- taskd-1.0.0/src/Path.cpp ++++ taskd-1.0.0/src/Path.cpp.changed +@@ -37,6 +37,15 @@ + #include + #include + ++/* fixes build with musl libc */ ++#ifndef GLOB_TILDE ++#define GLOB_TILDE 0 ++#endif ++ ++#ifndef GLOB_BRACE ++#define GLOB_BRACE 0 ++#endif ++ + //////////////////////////////////////////////////////////////////////////////// + std::ostream& operator<< (std::ostream& out, const Path& path) + { -- cgit v1.2.3