mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-im/telegram-desktop: fix gcc12 build fail
Closes: https://bugs.gentoo.org/863248 Signed-off-by: peeweep <peeweep@0x0.ee> Closes: https://github.com/gentoo/gentoo/pull/26715 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
--- a/Telegram/ThirdParty/tgcalls/tgcalls/utils/gzip.h
|
||||
+++ b/Telegram/ThirdParty/tgcalls/tgcalls/utils/gzip.h
|
||||
@@ -2,6 +2,7 @@
|
||||
#define TGCALLS_UTILS_GZIP_H
|
||||
|
||||
#include <absl/types/optional.h>
|
||||
+#include <cstdint>
|
||||
#include <vector>
|
||||
|
||||
namespace tgcalls {
|
||||
@@ -75,6 +75,7 @@ PATCHES=(
|
||||
"${FILESDIR}/tdesktop-3.6.0-jemalloc-only-telegram.patch"
|
||||
"${FILESDIR}/tdesktop-3.3.0-fix-enchant.patch"
|
||||
"${FILESDIR}/tdesktop-3.5.2-musl.patch"
|
||||
"${FILESDIR}/tdesktop-4.0.2-fix-gcc12-cstdint.patch"
|
||||
)
|
||||
|
||||
# Current desktop-file-utils-0.26 does not understand Version=1.5
|
||||
|
||||
Reference in New Issue
Block a user