diff options
Diffstat (limited to 'games/anki')
-rw-r--r-- | games/anki/Makefile | 1 | ||||
-rw-r--r-- | games/anki/files/patch-rust-1.89.0 | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/games/anki/Makefile b/games/anki/Makefile index 56433fedfa71..dd066ae4b3ec 100644 --- a/games/anki/Makefile +++ b/games/anki/Makefile @@ -1,5 +1,6 @@ PORTNAME= anki DISTVERSION= 25.07.5 +PORTREVISION= 1 # Don't forget to update ${_MY_BUILDHASH} if DISTVERSION changes CATEGORIES= games education python MASTER_SITES= LOCAL/kai/:yarncache diff --git a/games/anki/files/patch-rust-1.89.0 b/games/anki/files/patch-rust-1.89.0 new file mode 100644 index 000000000000..5b3adb5cd8eb --- /dev/null +++ b/games/anki/files/patch-rust-1.89.0 @@ -0,0 +1,9 @@ +--- rslib/i18n/src/lib.rs.orig 2025-08-22 13:45:00 UTC ++++ rslib/i18n/src/lib.rs +@@ -1,5 +1,6 @@ + // Copyright: Ankitects Pty Ltd and contributors + // License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html ++#![allow(text_direction_codepoint_in_literal)] + + mod generated; + |