git: e9f55fc512f9 - main - chinese/libime: prepare for upcoming Boost-1.81
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 12 Jan 2023 16:43:46 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=e9f55fc512f995e73f41a338a6b06a2e8e367930 commit e9f55fc512f995e73f41a338a6b06a2e8e367930 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2023-01-12 16:41:39 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2023-01-12 16:43:33 +0000 chinese/libime: prepare for upcoming Boost-1.81 With hat: office --- chinese/libime/files/patch-tools_libime__prediction.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/chinese/libime/files/patch-tools_libime__prediction.cpp b/chinese/libime/files/patch-tools_libime__prediction.cpp new file mode 100644 index 000000000000..2d5d490b2947 --- /dev/null +++ b/chinese/libime/files/patch-tools_libime__prediction.cpp @@ -0,0 +1,10 @@ +--- tools/libime_prediction.cpp.orig 2021-11-05 14:13:24 UTC ++++ tools/libime_prediction.cpp +@@ -8,6 +8,7 @@ + #include "libime/core/datrie.h" + #include "libime/core/languagemodel.h" + #include <boost/algorithm/string.hpp> ++#include <array> + #include <cmath> + #include <fcitx-utils/log.h> + #include <fstream>