summaryrefslogtreecommitdiff
path: root/net-im/telegram-desktop/files/patch-Telegram_SourceFiles_platform_platform__info.h
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/telegram-desktop/files/patch-Telegram_SourceFiles_platform_platform__info.h')
-rw-r--r--net-im/telegram-desktop/files/patch-Telegram_SourceFiles_platform_platform__info.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/net-im/telegram-desktop/files/patch-Telegram_SourceFiles_platform_platform__info.h b/net-im/telegram-desktop/files/patch-Telegram_SourceFiles_platform_platform__info.h
deleted file mode 100644
index 3e005b4b130e..000000000000
--- a/net-im/telegram-desktop/files/patch-Telegram_SourceFiles_platform_platform__info.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- Telegram/SourceFiles/platform/platform_info.h.orig 2019-09-27 17:04:25 UTC
-+++ Telegram/SourceFiles/platform/platform_info.h
-@@ -51,4 +51,6 @@ namespace Platform {
- #include "platform/linux/info_linux.h"
- #elif defined Q_OS_WIN // Q_OS_MAC || Q_OS_LINUX
- #include "platform/win/info_win.h"
--#endif // Q_OS_MAC || Q_OS_LINUX || Q_OS_WIN
-+#elif defined Q_OS_FREEBSD // Q_OS_MAC || Q_OS_LINUX || Q_OS_WIN
-+#include "platform/freebsd/info_freebsd.h"
-+#endif // Q_OS_MAC || Q_OS_LINUX || Q_OS_WIN || Q_OS_FREEBSD