summaryrefslogtreecommitdiff
path: root/net-im/telegram-desktop/files/tdesktop-4.0.2-fix-gcc12-cstdint.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/telegram-desktop/files/tdesktop-4.0.2-fix-gcc12-cstdint.patch')
-rw-r--r--net-im/telegram-desktop/files/tdesktop-4.0.2-fix-gcc12-cstdint.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/net-im/telegram-desktop/files/tdesktop-4.0.2-fix-gcc12-cstdint.patch b/net-im/telegram-desktop/files/tdesktop-4.0.2-fix-gcc12-cstdint.patch
deleted file mode 100644
index a3d67e0c9a1b..000000000000
--- a/net-im/telegram-desktop/files/tdesktop-4.0.2-fix-gcc12-cstdint.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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 {