Date: Thu, 9 May 2024 17:42:10 GMT From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6ff322008f1b - main - chinese/fcitx5-mcbopomofo: Add missing patch Message-ID: <202405091742.449HgAAs086368@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=6ff322008f1b38763ec94cb2737e71a69560f820 commit 6ff322008f1b38763ec94cb2737e71a69560f820 Author: Li-Wen Hsu <lwhsu@FreeBSD.org> AuthorDate: 2024-05-09 17:41:02 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2024-05-09 17:41:02 +0000 chinese/fcitx5-mcbopomofo: Add missing patch Fixes: 251c9fc51cd7a172705c872153973e7327eac341 --- chinese/fcitx5-mcbopomofo/files/patch-src_KeyHandler.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/chinese/fcitx5-mcbopomofo/files/patch-src_KeyHandler.cpp b/chinese/fcitx5-mcbopomofo/files/patch-src_KeyHandler.cpp new file mode 100644 index 000000000000..5a06d228faae --- /dev/null +++ b/chinese/fcitx5-mcbopomofo/files/patch-src_KeyHandler.cpp @@ -0,0 +1,10 @@ +--- src/KeyHandler.cpp.orig 2024-05-06 03:07:04 UTC ++++ src/KeyHandler.cpp +@@ -25,6 +25,7 @@ + + #include <algorithm> + #include <chrono> ++#include <sstream> + #include <utility> + + #include "ChineseNumbers/ChineseNumbers.h"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405091742.449HgAAs086368>