summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/libime/files/libime-1.1.8-include-cstdint-for-gcc-15.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/app-i18n/libime/files/libime-1.1.8-include-cstdint-for-gcc-15.patch b/app-i18n/libime/files/libime-1.1.8-include-cstdint-for-gcc-15.patch
deleted file mode 100644
index 46221b19c5fc..000000000000
--- a/app-i18n/libime/files/libime-1.1.8-include-cstdint-for-gcc-15.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-https://github.com/fcitx/libime/pull/78
-
---- a/src/libime/table/autophrasedict.h
-+++ b/src/libime/table/autophrasedict.h
-@@ -8,6 +8,7 @@
-
- #include "libimetable_export.h"
- #include <cstddef>
-+#include <cstdint>
- #include <fcitx-utils/macros.h>
- #include <functional>
- #include <istream>