From 0530006d7f63d6c158b4ff5ea0c3f7ef3bae9cc4 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 23 Feb 2023 21:45:48 +0000 Subject: gentoo auto-resync : 23:02:2023 - 21:45:48 --- .../nudoku/files/nudoku-2.1.0-include-locale.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 games-puzzle/nudoku/files/nudoku-2.1.0-include-locale.patch (limited to 'games-puzzle/nudoku/files') diff --git a/games-puzzle/nudoku/files/nudoku-2.1.0-include-locale.patch b/games-puzzle/nudoku/files/nudoku-2.1.0-include-locale.patch new file mode 100644 index 000000000000..d4d1c89bd104 --- /dev/null +++ b/games-puzzle/nudoku/files/nudoku-2.1.0-include-locale.patch @@ -0,0 +1,22 @@ +From ffe61c8cb6dcf6032960fa75ac2b66b5f1906e37 Mon Sep 17 00:00:00 2001 +From: Michael Vetter +Date: Thu, 23 Feb 2023 10:58:43 +0100 +Subject: [PATCH] Include locale.h + +See https://bugs.gentoo.org/895990 +--- + src/main.c | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/main.c b/src/main.c +index 74d6a0e..77a0a03 100644 +--- a/src/main.c ++++ b/src/main.c +@@ -25,6 +25,7 @@ along with this program. If not, see . + #include /* ncurses */ + #include /* time */ + #include /* strcmp, strlen */ ++#include /* setlocale */ + #include "sudoku.h" /* sudoku functions */ + #ifdef ENABLE_CAIRO + #include "outp.h" /* output functions */ -- cgit v1.2.3