summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-07-13 07:43:36 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-07-13 07:54:55 +0200
commiteb1e2e61d52731cbf4ee60f2b85ce053663cd0d8 (patch)
treefd7145dd55f34a3ed06eb01b2535395a0f2ffe0f /media-libs/zxing-cpp/files/zxing-cpp-1.1.1-gcc11.patch
parentsys-process/glances: drop 3.1.6.2 (diff)
downloadgentoo-eb1e2e61d52731cbf4ee60f2b85ce053663cd0d8.tar.gz
gentoo-eb1e2e61d52731cbf4ee60f2b85ce053663cd0d8.tar.bz2
gentoo-eb1e2e61d52731cbf4ee60f2b85ce053663cd0d8.zip
media-libs/zxing-cpp: Drop 1.1.1
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/zxing-cpp/files/zxing-cpp-1.1.1-gcc11.patch')
-rw-r--r--media-libs/zxing-cpp/files/zxing-cpp-1.1.1-gcc11.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/media-libs/zxing-cpp/files/zxing-cpp-1.1.1-gcc11.patch b/media-libs/zxing-cpp/files/zxing-cpp-1.1.1-gcc11.patch
deleted file mode 100644
index 13adad906c0d..000000000000
--- a/media-libs/zxing-cpp/files/zxing-cpp-1.1.1-gcc11.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 427e814ebcfd2e55e1c18531b7e4aa9d6a1ca6fc Mon Sep 17 00:00:00 2001
-From: Christophe Giboudeaux <christophe@krop.fr>
-Date: Tue, 9 Feb 2021 09:28:23 +0100
-Subject: [PATCH] Fix build with GCC 11
-
-Starting with GCC 11, the 'limits' header is not included transitively anymore.
----
- core/src/Pattern.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/core/src/Pattern.h b/core/src/Pattern.h
-index 4bbe6d26..c4a3f7c5 100644
---- a/core/src/Pattern.h
-+++ b/core/src/Pattern.h
-@@ -22,6 +22,7 @@
- #include <cmath>
- #include <cstddef>
- #include <cstdint>
-+#include <limits>
- #include <numeric>
- #include <vector>
-