mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
mozc: fix ftbfs
This commit is contained in:
parent
ffb1f242cd
commit
d9e31f3a6e
1 changed files with 10 additions and 0 deletions
10
srcpkgs/mozc/patches/stdint.patch
Normal file
10
srcpkgs/mozc/patches/stdint.patch
Normal file
|
@ -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 <limits.h>
|
||||
|
||||
#include <cstddef>
|
||||
+#include <cstdint>
|
||||
#include <cstring>
|
||||
#include <ostream>
|
||||
|
Loading…
Add table
Reference in a new issue