void-packages/srcpkgs/kodi/patches/fmt8-support.patch

8 lines
212 B
Diff

--- a/xbmc/utils/StringUtils.h 2021-02-19 02:17:59.000000000 +0400
+++ b/xbmc/utils/StringUtils.h 2021-07-29 01:23:03.569130175 +0400
@@ -39,0 +40,4 @@
+#if FMT_VERSION >= 80000
+#include <fmt/xchar.h>
+#endif
+