summaryrefslogtreecommitdiff
path: root/sysutils/conky/files/patch-src_core.cc
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2020-07-27 21:59:58 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2020-07-27 21:59:58 +0000
commite3f5ccd379d93b5426b8bf26e4240723e105f56a (patch)
tree551b99e07e4f47e86616ce0467d26df4bc2e1829 /sysutils/conky/files/patch-src_core.cc
parent- Update gnucash to 4.1 (diff)
- Update conky to 1.11.6
- Remove patch now included upstream
Notes
Notes: svn path=/head/; revision=543553
Diffstat (limited to '')
-rw-r--r--sysutils/conky/files/patch-src_core.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/conky/files/patch-src_core.cc b/sysutils/conky/files/patch-src_core.cc
deleted file mode 100644
index 120d952fa1ba..000000000000
--- a/sysutils/conky/files/patch-src_core.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/core.cc.orig 2019-08-12 21:53:54 UTC
-+++ src/core.cc
-@@ -1077,7 +1077,7 @@ struct text_object *construct_text_object(char *s, con
- obj->data.s = STRNDUP_ARG;
- obj->callbacks.iftest = &if_existing_iftest;
- obj->callbacks.free = &gen_free_opaque;
--#ifdef __linux__
-+#if defined(__linux__) || defined(__FreeBSD__)
- END OBJ_IF_ARG(if_mounted, 0, "if_mounted needs an argument") obj->data.s =
- STRNDUP_ARG;
- obj->callbacks.iftest = &check_mount;