summaryrefslogtreecommitdiff
path: root/sci-calculators/tiemu/files/tiemu-3.03-clang16-build-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sci-calculators/tiemu/files/tiemu-3.03-clang16-build-fix.patch')
-rw-r--r--sci-calculators/tiemu/files/tiemu-3.03-clang16-build-fix.patch16
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)
+ {