mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-26 17:05:49 +02:00
Closes: https://bugs.gentoo.org/926331 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
19 lines
547 B
Diff
19 lines
547 B
Diff
From 597f200762be416d5a62f1efd351cba6e47c1c4c Mon Sep 17 00:00:00 2001
|
|
From: Georgy Yakovlev <gyakovlev@gentoo.org>
|
|
Date: Thu, 30 May 2019 12:07:30 -0700
|
|
Subject: [PATCH] don't include xlocale.h
|
|
|
|
--- a/modules/media/src/main/native/gstreamer/3rd_party/glib/glib-2.56.1/glib/gstrfuncs.c
|
|
+++ b/modules/media/src/main/native/gstreamer/3rd_party/glib/glib-2.56.1/glib/gstrfuncs.c
|
|
@@ -39,7 +39,7 @@
|
|
|
|
#ifdef HAVE_XLOCALE_H
|
|
/* Needed on BSD/OS X for e.g. strtod_l */
|
|
-#include <xlocale.h>
|
|
+#include <locale.h>
|
|
#endif
|
|
|
|
#ifdef G_OS_WIN32
|
|
--
|
|
2.21.0
|
|
|