From 7988d3b88a7b4ec99a57886f2ec8bed6fc7a2b45 Mon Sep 17 00:00:00 2001 From: Oliver Freyermuth Date: Wed, 14 Jun 2023 21:31:01 +0200 Subject: dev-cpp/jwt-cpp: add patch for gcc 13 Closes: https://bugs.gentoo.org/908497 Signed-off-by: Oliver Freyermuth Closes: https://github.com/gentoo/gentoo/pull/31438 Signed-off-by: Sam James --- dev-cpp/jwt-cpp/files/jwt-cpp-0.6.0-gcc13.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 dev-cpp/jwt-cpp/files/jwt-cpp-0.6.0-gcc13.patch (limited to 'dev-cpp/jwt-cpp/files') diff --git a/dev-cpp/jwt-cpp/files/jwt-cpp-0.6.0-gcc13.patch b/dev-cpp/jwt-cpp/files/jwt-cpp-0.6.0-gcc13.patch new file mode 100644 index 000000000000..3fef24536a86 --- /dev/null +++ b/dev-cpp/jwt-cpp/files/jwt-cpp-0.6.0-gcc13.patch @@ -0,0 +1,14 @@ +From: Hannu Lounento +Bug: https://github.com/Thalhammer/jwt-cpp/pull/287 + +Fix build with GCC 13. + +--- a/include/jwt-cpp/base.h ++++ b/include/jwt-cpp/base.h +@@ -3,6 +3,7 @@ + + #include ++#include + #include + #include + -- cgit v1.2.3