You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-arcade/gnujump/files/gnujump-1.0.8-musl.patch

11 lines
243 B

locale.h is always needed, include here rather than rely on
conditional macros which lead to failure with musl
https://bugs.gentoo.org/831726
--- a/src/gnujump.h
+++ b/src/gnujump.h
@@ -38,2 +38,3 @@
#include <time.h>
+#include <locale.h>