gentoo-ebuilds/games-board/cutechess/files/cutechess-1.3.1-bool.patch
Alexey Sokolov 6e890a9202
games-board/cutechess: fix build with gcc 15
Closes: https://bugs.gentoo.org/944259
Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
Part-of: https://github.com/gentoo/gentoo/pull/41796
Closes: https://github.com/gentoo/gentoo/pull/41796
Signed-off-by: Sam James <sam@gentoo.org>
2025-04-27 23:52:29 +01:00

13 lines
413 B
Diff

https://github.com/cutechess/cutechess/pull/831
https://bugs.gentoo.org/944259
--- a/projects/lib/3rdparty/fathom/src/tbconfig.h
+++ b/projects/lib/3rdparty/fathom/src/tbconfig.h
@@ -66,7 +66,6 @@
* Define TB_NO_STDBOOL if you do not want to use <stdbool.h> or it is not
* available or unnecessary (e.g. C++).
*/
-#define TB_NO_STDBOOL
/*
* Define TB_NO_THREADS if your program is not multi-threaded.