diff options
Diffstat (limited to 'xfce-extra/xfce4-cpugraph-plugin/files/gcc13.patch')
-rw-r--r-- | xfce-extra/xfce4-cpugraph-plugin/files/gcc13.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/xfce-extra/xfce4-cpugraph-plugin/files/gcc13.patch b/xfce-extra/xfce4-cpugraph-plugin/files/gcc13.patch deleted file mode 100644 index 7b5ef2791520..000000000000 --- a/xfce-extra/xfce4-cpugraph-plugin/files/gcc13.patch +++ /dev/null @@ -1,16 +0,0 @@ - -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 { - |