summaryrefslogtreecommitdiff
path: root/media-gfx/imv/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-30 20:59:34 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-30 20:59:34 +0000
commit182063dd85a03f2086258946276c8967945ffe95 (patch)
tree94440d3476f11273b5072685640990ec95042468 /media-gfx/imv/files
parent268511f85b0606dd23fda1991345568dd3e1976b (diff)
gentoo auto-resync : 30:01:2023 - 20:59:33
Diffstat (limited to 'media-gfx/imv/files')
-rw-r--r--media-gfx/imv/files/imv-4.3.1_p20211221-libgrapheme2.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/media-gfx/imv/files/imv-4.3.1_p20211221-libgrapheme2.patch b/media-gfx/imv/files/imv-4.3.1_p20211221-libgrapheme2.patch
deleted file mode 100644
index d71067130c27..000000000000
--- a/media-gfx/imv/files/imv-4.3.1_p20211221-libgrapheme2.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-https://lists.sr.ht/~exec64/imv-devel/patches/35908
---- a/src/console.c
-+++ b/src/console.c
-@@ -54,3 +54,3 @@
- if (buffer[position] != 0) {
-- return position + grapheme_next_character_break(buffer + position, SIZE_MAX);
-+ return position + grapheme_next_character_break_utf8(buffer + position, SIZE_MAX);
- } else {
-@@ -87,3 +87,3 @@
- do {
-- step = grapheme_next_character_break(buffer + result, SIZE_MAX);
-+ step = grapheme_next_character_break_utf8(buffer + result, SIZE_MAX);
- if (result + step >= position)