diff options
| author | Michał Górny <mgorny@gentoo.org> | 2023-05-30 04:57:15 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2023-05-30 05:03:11 +0200 |
| commit | 89c9a867ee8a054dcae850a8648cfe939c24d99a (patch) | |
| tree | e6ad79cf635120a949ececf6bc3fb7fa321a62e5 /dev-cpp/rapidfuzz-cpp/files | |
| parent | 9793e1d3619cec031674e61453aac0a18b3febee (diff) | |
| download | gentoo-89c9a867ee8a054dcae850a8648cfe939c24d99a.tar.gz gentoo-89c9a867ee8a054dcae850a8648cfe939c24d99a.tar.bz2 gentoo-89c9a867ee8a054dcae850a8648cfe939c24d99a.zip | |
dev-cpp/rapidfuzz-cpp: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-cpp/rapidfuzz-cpp/files')
| -rw-r--r-- | dev-cpp/rapidfuzz-cpp/files/rapidfuzz-cpp-1.11.2-gcc13.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-cpp/rapidfuzz-cpp/files/rapidfuzz-cpp-1.11.2-gcc13.patch b/dev-cpp/rapidfuzz-cpp/files/rapidfuzz-cpp-1.11.2-gcc13.patch deleted file mode 100644 index c3e8117d22e3..000000000000 --- a/dev-cpp/rapidfuzz-cpp/files/rapidfuzz-cpp-1.11.2-gcc13.patch +++ /dev/null @@ -1,22 +0,0 @@ -https://github.com/maxbachmann/rapidfuzz-cpp/pull/102 - -From f3c691bd8a0659ac3acb7510dab5a536f4d41e1b Mon Sep 17 00:00:00 2001 -From: Sam James <sam@gentoo.org> -Date: Tue, 18 Apr 2023 07:33:39 +0100 -Subject: [PATCH] Fix build with GCC 13 - -GCC 13 (as usual for new compiler releases) shuffles around some internal includes so some -are no longer transitively included. - -See https://gnu.org/software/gcc/gcc-13/porting_to.html. - -Bug: https://bugs.gentoo.org/895696 ---- a/test/distance/examples/ocr.hpp -+++ b/test/distance/examples/ocr.hpp -@@ -1,4 +1,5 @@ - #pragma once -+#include <cstdint> - #include <string> - - extern std::basic_string<uint8_t> ocr_example1; - |
