aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mlt/musl-locale.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mlt/musl-locale.patch')
-rw-r--r--testing/mlt/musl-locale.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/mlt/musl-locale.patch b/testing/mlt/musl-locale.patch
new file mode 100644
index 000000000..030bb781d
--- /dev/null
+++ b/testing/mlt/musl-locale.patch
@@ -0,0 +1,13 @@
+--- ./src/framework/mlt_property.h.orig
++++ ./src/framework/mlt_property.h
+@@ -30,8 +30,8 @@
+ #include <sys/param.h>
+ #endif
+
+-#if defined(__GLIBC__) || defined(__APPLE__) || (__FreeBSD_version >= 900506)
+-#include <xlocale.h>
++#if defined(__linux__) || defined(__APPLE__) || (__FreeBSD_version >= 900506)
++#include <locale.h>
+ #else
+ typedef char* locale_t;
+ #endif