diff options
author | Florian Schmaus <flow@gentoo.org> | 2023-10-31 14:39:20 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-10-31 14:41:29 +0100 |
commit | b34015fd5c53617fe64e9127c3efabb4ab3825d6 (patch) | |
tree | 6ae84fc417359bfdd73f45ec2f75285b667e88d5 /sci-calculators | |
parent | sci-mathematics/pari: drop 2.15.3 (diff) | |
download | gentoo-b34015fd5c53617fe64e9127c3efabb4ab3825d6.tar.gz gentoo-b34015fd5c53617fe64e9127c3efabb4ab3825d6.tar.bz2 gentoo-b34015fd5c53617fe64e9127c3efabb4ab3825d6.zip |
sci-calculators/tiemu: fix newlines in patch
The newlines of the patch where \r\n when the change was propopsed in
0a88fd80 but later disappeared when this was applied in
7bb99f18c1bc ("sci-calculators/tiemu: Fix call to undeclared function
romcalls_is_addr").
Closes: https://bugs.gentoo.org/916572
Fixes: 7bb99f18c1bc ("sci-calculators/tiemu: Fix call to undeclared function romcalls_is_addr")
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'sci-calculators')
-rw-r--r-- | sci-calculators/tiemu/files/tiemu-3.03-clang16-build-fix.patch | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sci-calculators/tiemu/files/tiemu-3.03-clang16-build-fix.patch b/sci-calculators/tiemu/files/tiemu-3.03-clang16-build-fix.patch index 10d57c7f9ee9..bb3803269320 100644 --- a/sci-calculators/tiemu/files/tiemu-3.03-clang16-build-fix.patch +++ b/sci-calculators/tiemu/files/tiemu-3.03-clang16-build-fix.patch @@ -13,11 +13,11 @@ Bug: https://bugs.gentoo.org/886067 --- a/src/gui/logger/log_link.c +++ b/src/gui/logger/log_link.c @@ -36,7 +36,7 @@ - #include "filesel.h" - - static GtkTextBuffer *txtbuf; --static logger_enabled = 0; -+static int logger_enabled = 0; - - static void udpate_widgets(GtkWidget *button, GtkWidget *spin) - { + #include "filesel.h"
+
+ static GtkTextBuffer *txtbuf;
+-static logger_enabled = 0;
++static int logger_enabled = 0;
+
+ static void udpate_widgets(GtkWidget *button, GtkWidget *spin)
+ {
|