summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2022-12-26 09:25:51 +0100
committerConrad Kostecki <conikost@gentoo.org>2022-12-26 14:42:33 +0100
commitb17b37d48c71d9f102822225f88cf66d8cde8b9f (patch)
treedc00cf566f2a1bc45e2d22807369673abfe18dbf /dev-libs/libebml/files
parentdev-python/nautilus-python: remove unused patch(es) (diff)
downloadgentoo-b17b37d48c71d9f102822225f88cf66d8cde8b9f.tar.gz
gentoo-b17b37d48c71d9f102822225f88cf66d8cde8b9f.tar.bz2
gentoo-b17b37d48c71d9f102822225f88cf66d8cde8b9f.zip
dev-libs/libebml: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/28818 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-libs/libebml/files')
-rw-r--r--dev-libs/libebml/files/libebml-1.4.2-header-fixes-for-gcc11.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-libs/libebml/files/libebml-1.4.2-header-fixes-for-gcc11.patch b/dev-libs/libebml/files/libebml-1.4.2-header-fixes-for-gcc11.patch
deleted file mode 100644
index c16e1395d605..000000000000
--- a/dev-libs/libebml/files/libebml-1.4.2-header-fixes-for-gcc11.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From f0bfd53647961e799a43d918c46cf3b6bff89806 Mon Sep 17 00:00:00 2001
-From: Moritz Bunkus <mo@bunkus.online>
-Date: Sat, 27 Feb 2021 20:36:52 +0100
-Subject: [PATCH] include appropriate header files for std::numeric_limits
-
-Fixes #80.
---- a/src/EbmlString.cpp
-+++ b/src/EbmlString.cpp
-@@ -34,6 +34,7 @@
- \author Steve Lhomme <robux4 @ users.sf.net>
- */
- #include <cassert>
-+#include <limits>
-
- #include "ebml/EbmlString.h"
-
---- a/src/EbmlUnicodeString.cpp
-+++ b/src/EbmlUnicodeString.cpp
-@@ -36,6 +36,7 @@
- */
-
- #include <cassert>
-+#include <limits>
-
- #include "ebml/EbmlUnicodeString.h"
-