git: 6ff322008f1b - main - chinese/fcitx5-mcbopomofo: Add missing patch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 09 May 2024 17:42:10 UTC
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"