commit:     d40904561063a784265863cd6a24758693453209
Author:     peeweep <peeweep <AT> 0x0 <DOT> ee>
AuthorDate: Mon Jun 27 15:23:16 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 28 09:30:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4090456

media-libs/tg_owt: fix gcc12 build fail

Closes: https://bugs.gentoo.org/854501
Signed-off-by: peeweep <peeweep <AT> 0x0.ee>
Closes: https://github.com/gentoo/gentoo/pull/26093
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../tg_owt-0_pre20220209-gcc-12-cstdint.patch      | 25 ++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/media-libs/tg_owt/files/tg_owt-0_pre20220209-gcc-12-cstdint.patch 
b/media-libs/tg_owt/files/tg_owt-0_pre20220209-gcc-12-cstdint.patch
index f5fdbd58a574..9feea500f164 100644
--- a/media-libs/tg_owt/files/tg_owt-0_pre20220209-gcc-12-cstdint.patch
+++ b/media-libs/tg_owt/files/tg_owt-0_pre20220209-gcc-12-cstdint.patch
@@ -17,3 +17,28 @@ Subject: [PATCH] fix(h265_pps_parser): fix missing cstdint 
include
  namespace rtc {
  class BitBuffer;
 
+From c358917ff8deac2015586356113dae75d076d1e3 Mon Sep 17 00:00:00 2001
+From: peeweep <peew...@0x0.ee>
+Date: Mon, 27 Jun 2022 15:07:04 +0000
+Subject: [PATCH] fix(module_common_types_public): fix missing cstdint include
+
+Signed-off-by: peeweep <peew...@0x0.ee>
+---
+ src/modules/include/module_common_types_public.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/modules/include/module_common_types_public.h 
b/src/modules/include/module_common_types_public.h
+index 345e45ce..8338a514 100644
+--- a/src/modules/include/module_common_types_public.h
++++ b/src/modules/include/module_common_types_public.h
+@@ -11,6 +11,7 @@
+ #ifndef MODULES_INCLUDE_MODULE_COMMON_TYPES_PUBLIC_H_
+ #define MODULES_INCLUDE_MODULE_COMMON_TYPES_PUBLIC_H_
+ 
++#include <cstdint>
+ #include <limits>
+ 
+ #include "absl/types/optional.h"
+-- 
+2.35.1
+

Reply via email to