summaryrefslogtreecommitdiff
path: root/xfce-extra/xfce4-cpugraph-plugin/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-07-25 05:42:53 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-07-25 05:42:53 +0100
commit5c636a121a9064a4373d06b60d49a6f5d67c0e2f (patch)
tree8e5c8c582e12cb579ac94bdaafcd00282252a50d /xfce-extra/xfce4-cpugraph-plugin/files
parentb83b16e0f6c963583f6323fe1bb12ecbd11d6f81 (diff)
gentoo auto-resync : 25:07:2023 - 05:42:52
Diffstat (limited to 'xfce-extra/xfce4-cpugraph-plugin/files')
-rw-r--r--xfce-extra/xfce4-cpugraph-plugin/files/gcc13.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/xfce-extra/xfce4-cpugraph-plugin/files/gcc13.patch b/xfce-extra/xfce4-cpugraph-plugin/files/gcc13.patch
new file mode 100644
index 000000000000..7b5ef2791520
--- /dev/null
+++ b/xfce-extra/xfce4-cpugraph-plugin/files/gcc13.patch
@@ -0,0 +1,16 @@
+
+Bug: https://bugs.gentoo.org/910712
+Bug: https://gitlab.xfce.org/panel-plugins/xfce4-cpugraph-plugin/-/issues/37
+
+Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com>
+
+--- a/xfce4++/util/gtk.cc~ 2023-07-22 22:44:01.000000000 +0200
++++ b/xfce4++/util/gtk.cc 2023-07-23 10:01:32.508675676 +0200
+@@ -19,6 +19,7 @@
+ */
+
+ #include "gtk.h"
++#include <cstdint>
+
+ namespace xfce4 {
+