commit:     b0e38ead7b2b02f524e9c1549689f3191f896312
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed May  8 18:08:55 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed May  8 20:49:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0e38ead

games-strategy/wesnoth: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 .../wesnoth/files/wesnoth-1.16.8-gcc-13.patch      | 32 ----------------------
 1 file changed, 32 deletions(-)

diff --git a/games-strategy/wesnoth/files/wesnoth-1.16.8-gcc-13.patch 
b/games-strategy/wesnoth/files/wesnoth-1.16.8-gcc-13.patch
deleted file mode 100644
index f2d79ba6ad06..000000000000
--- a/games-strategy/wesnoth/files/wesnoth-1.16.8-gcc-13.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-https://github.com/wesnoth/wesnoth/commit/5fa07ea15c1736f74d89786d5ae449ed0f91c8a8
-
-From 5fa07ea15c1736f74d89786d5ae449ed0f91c8a8 Mon Sep 17 00:00:00 2001
-From: Martin Liska <[email protected]>
-Date: Mon, 23 May 2022 13:44:39 +0200
-Subject: [PATCH] Fix building with GCC 13.
-
-Fixes the following issue:
-base64.hpp:23:49: error: 'uint8_t' was not declared in this scope
-
-and:
-deprecation.hpp:20:22: error: found ':' in nested-name-specifier, expected '::'
---- a/src/deprecation.hpp
-+++ b/src/deprecation.hpp
-@@ -14,6 +14,7 @@
- 
- #pragma once
- 
-+#include <cstdint>
- #include <string>
- 
- /** See https://wiki.wesnoth.org/CompatibilityStandards for more info. */
---- a/src/serialization/base64.hpp
-+++ b/src/serialization/base64.hpp
-@@ -15,6 +15,7 @@
- 
- #pragma once
- 
-+#include <cstdint>
- #include <string_view>
- #include <vector>
- 

Reply via email to