summaryrefslogtreecommitdiff
path: root/sysutils/conky/files/patch-src_x11.h
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2024-04-25 08:41:26 +0200
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2024-04-29 08:34:22 +0200
commitf9c6c779d5d0f98f7e11b7fac8d0ab7aef7d6858 (patch)
tree96bd6b99b7f2484b42e8f6fe6367ccf2eb671963 /sysutils/conky/files/patch-src_x11.h
parentdevel/py-python-bugzilla: Fix for API key leak (diff)
sysutils/conky{-awesome}: update to 0.120.2
ChangeLog: https://github.com/brndnmtthws/conky/releases/tag/v1.20.2 Features * Separate cairo-xlib.h Lua bindings from cairo.h * Cleanup build flags, global namespace and includes * Use perfect hash (gperf) for parsing color names * set_struts improvements Bug fixes * Fix imlib_cache_size_setting::lua_setter Miscellaneous * Bump version * Annoyingly, the artifacts go into a subdir * Always run Nix & AppImage builds on PRs * Track more context labels * Fix matrix URL * Revert "Fix matrix URL" * Fix web components and pages (UI)
Diffstat (limited to '')
-rw-r--r--sysutils/conky/files/patch-src_x11.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/sysutils/conky/files/patch-src_x11.h b/sysutils/conky/files/patch-src_x11.h
deleted file mode 100644
index 24e397f56352..000000000000
--- a/sysutils/conky/files/patch-src_x11.h
+++ /dev/null
@@ -1,16 +0,0 @@
---- src/x11.h.orig 2024-04-17 02:04:14 UTC
-+++ src/x11.h
-@@ -22,6 +22,7 @@
- *
- */
-
-+#ifdef BUILD_X11
- #pragma once
-
- #include "config.h"
-@@ -246,3 +247,5 @@ extern priv::use_xpmdb_setting use_xpmdb;
- #else
- extern priv::use_xpmdb_setting use_xpmdb;
- #endif
-+
-+#endif /* BUILD_X11 */