summaryrefslogtreecommitdiff
path: root/net-im/tdlib-purple/files/patch-format.cpp
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2023-12-18 01:53:48 -0500
committerMikhail Teterin <mi@FreeBSD.org>2023-12-18 01:55:48 -0500
commite07c60d9f57c6cac085b9a953aa41a02fa0ac71f (patch)
treeac0ac3704c52110362991a90e0be84910a71e31b /net-im/tdlib-purple/files/patch-format.cpp
parentadd databases/mysql81-server and databases/mysql81-client (diff)
net-im/tdlib-purple: add replacement for telegram-purple.
Deprecate the latter.
Diffstat (limited to 'net-im/tdlib-purple/files/patch-format.cpp')
-rw-r--r--net-im/tdlib-purple/files/patch-format.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/net-im/tdlib-purple/files/patch-format.cpp b/net-im/tdlib-purple/files/patch-format.cpp
new file mode 100644
index 000000000000..5335a650997d
--- /dev/null
+++ b/net-im/tdlib-purple/files/patch-format.cpp
@@ -0,0 +1,8 @@
+--- format.cpp 2021-12-17 04:50:38.000000000 -0500
++++ format.cpp 2023-12-18 01:10:41.084981000 -0500
+@@ -1,4 +1,4 @@
+ #include "format.h"
+-#include <fmt/format.h>
++#include <fmt/args.h>
+
+ std::string formatMessage(const char *fmt, std::initializer_list<std::string> args)