commit: 4ea530c548408b19894cc078170fa9088803423c Author: peeweep <peeweep <AT> 0x0 <DOT> ee> AuthorDate: Wed Aug 3 05:54:49 2022 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Wed Aug 3 17:39:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ea530c5
media-libs/tg_owt: fix gcc12 build fail Closes: https://bugs.gentoo.org/863245 Signed-off-by: peeweep <peeweep <AT> 0x0.ee> Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> media-libs/tg_owt/tg_owt-0_pre20220507.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-libs/tg_owt/tg_owt-0_pre20220507.ebuild b/media-libs/tg_owt/tg_owt-0_pre20220507.ebuild index 384b3d7cafce..250abab72fbf 100644 --- a/media-libs/tg_owt/tg_owt-0_pre20220507.ebuild +++ b/media-libs/tg_owt/tg_owt-0_pre20220507.ebuild @@ -59,6 +59,7 @@ BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}/tg_owt-0_pre20220507-allow-disabling-X11.patch" "${FILESDIR}/tg_owt-0_pre20220507-unbundle-crc32c.patch" + "${FILESDIR}/tg_owt-0_pre20220209-gcc-12-cstdint.patch" ) src_unpack() {
