summaryrefslogtreecommitdiff
path: root/games-puzzle/galaxis/files/galaxis-1.10-clang16-build-fix.patch
blob: 43d2862cd6409a54a835e9c78552fbed7babae37 (plain)
1
2
3
4
5
6
7
8
9
10
11
Bug: https://bugs.gentoo.org/895986
--- a/galaxis.c
+++ b/galaxis.c
@@ -6,6 +6,7 @@
  * SPDX-License-Identifier: BSD-2-Clause
  */
 #define _POSIX_SOURCE
+#define _GNU_SOURCE
 
 #include <stdio.h>
 #include <termios.h>