summaryrefslogtreecommitdiff
path: root/user/mlt/mlt-6.14.0-locale-header.patch
blob: 28d659460502c31e77a5a29b3b8198659b726519 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff -Nurd mlt-6.14.0/src/framework/mlt_property.h mlt-6.14.0.new/src/framework/mlt_property.h
--- mlt-6.14.0/src/framework/mlt_property.h	2019-03-30 15:59:21.000000000 -0500
+++ mlt-6.14.0.new/src/framework/mlt_property.h	2019-04-07 11:44:33.645881649 -0500
@@ -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>