From 441d1370330332b7d78f238d2f5e13f7aed5e4e0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 25 Dec 2020 23:06:25 +0000 Subject: gentoo christmass resync : 25.12.2020 --- .../kobodeluxe/files/kobodeluxe-0.5.1-clang.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 games-arcade/kobodeluxe/files/kobodeluxe-0.5.1-clang.patch (limited to 'games-arcade/kobodeluxe/files') diff --git a/games-arcade/kobodeluxe/files/kobodeluxe-0.5.1-clang.patch b/games-arcade/kobodeluxe/files/kobodeluxe-0.5.1-clang.patch new file mode 100644 index 000000000000..7732b6e147d4 --- /dev/null +++ b/games-arcade/kobodeluxe/files/kobodeluxe-0.5.1-clang.patch @@ -0,0 +1,22 @@ +--- a/filemap.cpp ++++ b/filemap.cpp +@@ -851,7 +851,7 @@ + while(k) + { + if(strcmp(k->key, key) == 0 || all) +- fprintf(f, "%s"FM_DEREF_TOKEN" --> \"%s\"\n", k->key, k->path); ++ fprintf(f, "%s" FM_DEREF_TOKEN " --> \"%s\"\n", k->key, k->path); + k = k->next; + } + } +--- a/prefs.cpp ++++ b/prefs.cpp +@@ -30,7 +30,7 @@ + void prefs_t::init() + { + comment("--------------------------------------------"); +- comment(" Kobo Deluxe "VERSION" Configuration File"); ++ comment(" Kobo Deluxe " VERSION " Configuration File"); + comment("--------------------------------------------"); + comment(" Switches - [no]"); + comment(" Values - [|\"\"]"); -- cgit v1.2.3