From 50f54b3e66664d48c521b10f71ab223dad919134 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 3 Aug 2019 19:06:03 +0200 Subject: [PATCH] gnome-builder: fix musl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- srcpkgs/gnome-builder/patches/include-locale_h.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 srcpkgs/gnome-builder/patches/include-locale_h.patch diff --git a/srcpkgs/gnome-builder/patches/include-locale_h.patch b/srcpkgs/gnome-builder/patches/include-locale_h.patch new file mode 100644 index 00000000000..8aeabb9f493 --- /dev/null +++ b/srcpkgs/gnome-builder/patches/include-locale_h.patch @@ -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 ++#endif + #include + #include + #include