From cefa5b1803f623483eea8ff186a1b11e0216603d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pola=C5=84ski?= Date: Tue, 17 Mar 2020 00:46:05 +0100 Subject: community/taskd: move from main --- community/taskd/Path.cpp.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 community/taskd/Path.cpp.patch (limited to 'community/taskd/Path.cpp.patch') diff --git a/community/taskd/Path.cpp.patch b/community/taskd/Path.cpp.patch new file mode 100644 index 0000000000..018a2029ee --- /dev/null +++ b/community/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