diff options
author | Sam James <sam@gentoo.org> | 2023-05-03 08:38:18 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-03 08:38:18 +0100 |
commit | e274d3211c531915a4ee527c49789d93772e95ed (patch) | |
tree | c5301c6ebe58c2f7ce2cf873e67b9d1408a72ee0 /media-libs/libopenraw/files | |
parent | media-libs/libopenraw: add 0.3.5 (diff) | |
download | gentoo-e274d3211c531915a4ee527c49789d93772e95ed.tar.gz gentoo-e274d3211c531915a4ee527c49789d93772e95ed.tar.bz2 gentoo-e274d3211c531915a4ee527c49789d93772e95ed.zip |
media-libs/libopenraw: drop 0.3.2, 0.3.4
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/libopenraw/files')
-rw-r--r-- | media-libs/libopenraw/files/libopenraw-0.3.4-gcc13.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/media-libs/libopenraw/files/libopenraw-0.3.4-gcc13.patch b/media-libs/libopenraw/files/libopenraw-0.3.4-gcc13.patch deleted file mode 100644 index a76630023591..000000000000 --- a/media-libs/libopenraw/files/libopenraw-0.3.4-gcc13.patch +++ /dev/null @@ -1,24 +0,0 @@ -https://gitlab.freedesktop.org/libopenraw/libopenraw/-/commit/03f8270d6bb255ca6618505e83169ab9d95ccef1 -https://bugs.gentoo.org/895374 - -From 03f8270d6bb255ca6618505e83169ab9d95ccef1 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Hubert=20Figui=C3=A8re?= <hub@figuiere.net> -Date: Tue, 21 Feb 2023 18:45:00 -0500 -Subject: [PATCH] Issue #12 - Include stdint.h where needed - -- This fixes an issue building with gcc 13 - -https://gitlab.freedesktop.org/libopenraw/libopenraw/-/issues/12 ---- a/lib/trace.hpp -+++ b/lib/trace.hpp -@@ -20,6 +20,8 @@ - - #pragma once - -+#include <stdint.h> -+ - #include <string> - #include <vector> - #include <algorithm> --- -GitLab |