diff options
| author | James Le Cuirot <chewi@gentoo.org> | 2023-11-16 22:57:23 +0000 |
|---|---|---|
| committer | James Le Cuirot <chewi@gentoo.org> | 2023-11-16 22:57:23 +0000 |
| commit | bd2f66aa4cbf947420bbfe4a6f0067fb0489ac22 (patch) | |
| tree | b0166b3e619720afd35a3e9493b42cf79059448e /dev-cpp/sdbus-c++/files/sdbus-c++-1.4.0-gcc-14.patch | |
| parent | b1b52fba1f0e84e7df5ec12126574cac14235a00 (diff) | |
| download | gentoo-bd2f66aa4cbf947420bbfe4a6f0067fb0489ac22.tar.gz gentoo-bd2f66aa4cbf947420bbfe4a6f0067fb0489ac22.tar.bz2 gentoo-bd2f66aa4cbf947420bbfe4a6f0067fb0489ac22.zip | |
dev-cpp/sdbus-c++: Bump to 1.4.0, fix GCC 14, drop old
Thanks to Alfred Wingate for the patch.
Closes: https://bugs.gentoo.org/917157
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-cpp/sdbus-c++/files/sdbus-c++-1.4.0-gcc-14.patch')
| -rw-r--r-- | dev-cpp/sdbus-c++/files/sdbus-c++-1.4.0-gcc-14.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-cpp/sdbus-c++/files/sdbus-c++-1.4.0-gcc-14.patch b/dev-cpp/sdbus-c++/files/sdbus-c++-1.4.0-gcc-14.patch new file mode 100644 index 000000000000..2b2671e3ea12 --- /dev/null +++ b/dev-cpp/sdbus-c++/files/sdbus-c++-1.4.0-gcc-14.patch @@ -0,0 +1,25 @@ +From 066785da67f0d7e2fa5f45c0fb25c333679be061 Mon Sep 17 00:00:00 2001 +From: Alfred Wingate <parona@protonmail.com> +Date: Thu, 16 Nov 2023 18:52:48 +0200 +Subject: [PATCH] fix: Add header for gcc-14 that isn't included by default + anymore + +* https://gcc.gnu.org/gcc-14/porting_to.html + +Signed-off-by: Alfred Wingate <parona@protonmail.com> +--- + include/sdbus-c++/Message.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/include/sdbus-c++/Message.h b/include/sdbus-c++/Message.h +index 915a071b..9c85c019 100644 +--- a/include/sdbus-c++/Message.h ++++ b/include/sdbus-c++/Message.h +@@ -42,6 +42,7 @@ + #include <cassert> + #include <functional> + #include <sys/types.h> ++#include <algorithm> + + // Forward declarations + namespace sdbus { |
