summaryrefslogtreecommitdiff
path: root/gui-apps/waybar/files/waybar-0.9.17-gcc13.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gui-apps/waybar/files/waybar-0.9.17-gcc13.patch')
-rw-r--r--gui-apps/waybar/files/waybar-0.9.17-gcc13.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/gui-apps/waybar/files/waybar-0.9.17-gcc13.patch b/gui-apps/waybar/files/waybar-0.9.17-gcc13.patch
deleted file mode 100644
index 831435f50cac..000000000000
--- a/gui-apps/waybar/files/waybar-0.9.17-gcc13.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-https://bugs.gentoo.org/900729
-https://github.com/Alexays/Waybar/commit/ca9d237b00b4d01f341b0d7bc938afb10a4f8cad
-
-From ca9d237b00b4d01f341b0d7bc938afb10a4f8cad Mon Sep 17 00:00:00 2001
-From: Aleksei Bavshin <alebastr89@gmail.com>
-Date: Mon, 16 Jan 2023 10:27:21 -0800
-Subject: [PATCH] fix(sway): add missing includes for GCC 13
-
-See also: https://gcc.gnu.org/gcc-13/porting_to.html
---- a/include/modules/sway/ipc/client.hpp
-+++ b/include/modules/sway/ipc/client.hpp
-@@ -8,6 +8,7 @@
- #include <cstring>
- #include <memory>
- #include <mutex>
-+#include <string>
-
- #include "ipc.hpp"
- #include "util/sleeper_thread.hpp"
---- a/src/modules/sway/ipc/client.cpp
-+++ b/src/modules/sway/ipc/client.cpp
-@@ -2,6 +2,8 @@
-
- #include <fcntl.h>
-
-+#include <stdexcept>
-+
- namespace waybar::modules::sway {
-
- Ipc::Ipc() {
-