aboutsummaryrefslogtreecommitdiffstats
path: root/testing/taskd/Path.cpp.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-08-13 13:19:04 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2015-08-13 13:19:49 +0200
commit86f14fe466d97b1746442e0bd1791358bbf08e97 (patch)
tree0529a70802fc593416361c80f05e7636182581f3 /testing/taskd/Path.cpp.patch
parent74474fbac793a1387e938c8a77d95548d9e402d7 (diff)
downloadaports-86f14fe466d97b1746442e0bd1791358bbf08e97.tar.bz2
aports-86f14fe466d97b1746442e0bd1791358bbf08e97.tar.xz
main/taskd: move from testing
Diffstat (limited to 'testing/taskd/Path.cpp.patch')
-rw-r--r--testing/taskd/Path.cpp.patch18
1 files changed, 0 insertions, 18 deletions
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 <Directory.h>
- #include <Path.h>
-
-+/* 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)
- {