summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2022-11-14 18:47:29 +0100
committerConrad Kostecki <conikost@gentoo.org>2022-11-15 23:42:59 +0100
commitc5aa840a71a795acc997f845ea24a8c6c4790959 (patch)
tree736d6c0020adb06b156ec1397482f2c06d7662ab
parentmedia-libs/x264: remove unused patch(es) (diff)
downloadgentoo-c5aa840a71a795acc997f845ea24a8c6c4790959.tar.gz
gentoo-c5aa840a71a795acc997f845ea24a8c6c4790959.tar.bz2
gentoo-c5aa840a71a795acc997f845ea24a8c6c4790959.zip
media-libs/zimg: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
-rw-r--r--media-libs/zimg/files/zimg-2.9.2-gcc-10.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/media-libs/zimg/files/zimg-2.9.2-gcc-10.patch b/media-libs/zimg/files/zimg-2.9.2-gcc-10.patch
deleted file mode 100644
index ea192f77fcad..000000000000
--- a/media-libs/zimg/files/zimg-2.9.2-gcc-10.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-https://bugs.gentoo.org/721676
-
-From 9ae36d7d5f7420eaacd9644451933512fa13d716 Mon Sep 17 00:00:00 2001
-From: sekrit-twc <sekrit-twc@users.noreply.github.com>
-Date: Wed, 4 Dec 2019 12:01:26 -0800
-Subject: [PATCH] Update matrix3.cpp
-
----
- src/zimg/colorspace/matrix3.cpp | 1 +
- 1 file changed, 1 insertion(+)
-
---- a/src/zimg/colorspace/matrix3.cpp
-+++ b/src/zimg/colorspace/matrix3.cpp
-@@ -1,3 +1,4 @@
-+#include <cstddef>
- #include "matrix3.h"
-
- namespace zimg {