mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
net-im/forkgram: new package, add 6.5.1
Signed-off-by: bip125 <bip125@yandex.com>
This commit is contained in:
15
net-im/forkgram/files/tdesktop-5.8.3-cstdint.patch
Normal file
15
net-im/forkgram/files/tdesktop-5.8.3-cstdint.patch
Normal file
@@ -0,0 +1,15 @@
|
||||
Fix missing cstdint include
|
||||
|
||||
/var/tmp/portage/net-im/telegram-desktop-5.8.3/work/tdesktop-5.8.3-full/Telegram/lib_webview/webview/webview_interface.h:99:14: error: ‘int64_t’ in namespace ‘std’ does not name a type
|
||||
99 | std::int64_t streamOffset = 0;
|
||||
| ^~~~~~~
|
||||
--- tdesktop-5.8.3-full.orig/Telegram/lib_webview/webview/webview_interface.h
|
||||
+++ tdesktop-5.8.3-full/Telegram/lib_webview/webview/webview_interface.h
|
||||
@@ -12,6 +12,7 @@
|
||||
#include <string>
|
||||
#include <optional>
|
||||
#include <functional>
|
||||
+#include <cstdint>
|
||||
|
||||
#include <rpl/never.h>
|
||||
#include <rpl/producer.h>
|
||||
Reference in New Issue
Block a user