From 86f14fe466d97b1746442e0bd1791358bbf08e97 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 13 Aug 2015 13:19:04 +0200 Subject: main/taskd: move from testing --- testing/taskd/Path.cpp.patch | 18 ------------------ 1 file changed, 18 deletions(-) delete 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 deleted file mode 100644 index 018a2029ee..0000000000 --- a/testing/taskd/Path.cpp.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- 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