mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
gnome-builder: fix musl
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
4c0a45663d
commit
50f54b3e66
1 changed files with 12 additions and 0 deletions
12
srcpkgs/gnome-builder/patches/include-locale_h.patch
Normal file
12
srcpkgs/gnome-builder/patches/include-locale_h.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
--- src/main.c 2019-07-16 01:20:44.000000000 +0200
|
||||
+++ src/main.c 2019-08-03 19:01:32.885299932 +0200
|
||||
@@ -22,6 +22,9 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
+#if !defined(__GLIBC__)
|
||||
+#include <locale.h>
|
||||
+#endif
|
||||
#include <girepository.h>
|
||||
#include <glib/gi18n.h>
|
||||
#include <libide-core.h>
|
Loading…
Add table
Reference in a new issue