aboutsummaryrefslogtreecommitdiffstats
path: root/community/mlt/musl-locale.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/mlt/musl-locale.patch')
-rw-r--r--community/mlt/musl-locale.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/community/mlt/musl-locale.patch b/community/mlt/musl-locale.patch
deleted file mode 100644
index 46f75342538..00000000000
--- a/community/mlt/musl-locale.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/framework/mlt_property.h b/src/framework/mlt_property.h
-index 1bfc971fb7..e2ba1c1d6d 100644
---- a/src/framework/mlt_property.h
-+++ b/src/framework/mlt_property.h
-@@ -30,7 +30,7 @@
- #include <sys/param.h>
- #endif
-
--#if (defined(__GLIBC__) && !defined(__APPLE__)) || defined(HAVE_LOCALE_H)
-+#if (defined(__linux__) && !defined(__APPLE__)) || defined(HAVE_LOCALE_H)
- # include <locale.h>
- #elif defined(__APPLE__) || (defined(__FreeBSD_version) && __FreeBSD_version >= 900506)
- # include <xlocale.h>