summaryrefslogtreecommitdiff
path: root/graphics/xaos/files/patch-src_ui_main.cpp
diff options
context:
space:
mode:
authorJoerg Preiss <joerg.preiss@slesa.de>2021-10-04 13:05:50 +0200
committerRainer Hurling <rhurlin@FreeBSD.org>2021-10-04 13:05:50 +0200
commitfa9a7b9c50badbb469594f77af4f31435df3a767 (patch)
tree48c205b87e7d12a21e1a9c8a81942bd084ce65ae /graphics/xaos/files/patch-src_ui_main.cpp
parentdevel/got: update to 0.61 (diff)
graphics/xaos: Fix build on HEAD
Add clocale include in src/ui/main.cpp where LC_NUMERIC was missing. Pass maintainership to submitter. PR: 258893
Diffstat (limited to 'graphics/xaos/files/patch-src_ui_main.cpp')
-rw-r--r--graphics/xaos/files/patch-src_ui_main.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/xaos/files/patch-src_ui_main.cpp b/graphics/xaos/files/patch-src_ui_main.cpp
new file mode 100644
index 000000000000..edf3d3fdaef5
--- /dev/null
+++ b/graphics/xaos/files/patch-src_ui_main.cpp
@@ -0,0 +1,10 @@
+--- src/ui/main.cpp.orig 2021-01-18 09:29:00 UTC
++++ src/ui/main.cpp
+@@ -23,6 +23,7 @@
+ #include <cctype>
+ #include <cerrno>
+ #include <climits>
++#include <clocale>
+ #include <cmath>
+ #include <csignal>
+ #include <cstdlib>