aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2024-05-09 17:41:02 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2024-05-09 17:41:02 +0000
commit6ff322008f1b38763ec94cb2737e71a69560f820 (patch)
tree7dbcbb2d38d3bf6ea0c26160297481dc5122908d
parent817999872ea552463b9eff1de66cb3a17a33e1c7 (diff)
downloadports-6ff322008f1b38763ec94cb2737e71a69560f820.tar.gz
ports-6ff322008f1b38763ec94cb2737e71a69560f820.zip
chinese/fcitx5-mcbopomofo: Add missing patch
Fixes: 251c9fc51cd7a172705c872153973e7327eac341
-rw-r--r--chinese/fcitx5-mcbopomofo/files/patch-src_KeyHandler.cpp10
1 files changed, 10 insertions, 0 deletions
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"