From d9e31f3a6ee6557b26ba995901850f9518c66ac6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Wed, 25 Dec 2024 13:47:07 +0700 Subject: [PATCH] mozc: fix ftbfs --- srcpkgs/mozc/patches/stdint.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 srcpkgs/mozc/patches/stdint.patch diff --git a/srcpkgs/mozc/patches/stdint.patch b/srcpkgs/mozc/patches/stdint.patch new file mode 100644 index 00000000000..2ef10e6fb05 --- /dev/null +++ b/srcpkgs/mozc/patches/stdint.patch @@ -0,0 +1,10 @@ +--- a/mozc/src/third_party/abseil-cpp/absl/strings/internal/str_format/extension.h ++++ b/mozc/src/third_party/abseil-cpp/absl/strings/internal/str_format/extension.h +@@ -19,6 +19,7 @@ + #include + + #include ++#include + #include + #include +