diff options
author | A. Wilcox <awilcox@wilcox-tech.com> | 2019-04-09 00:32:52 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2019-04-09 00:32:52 +0000 |
commit | 77be4d524f6ba65794cffe3657974c61ba3de806 (patch) | |
tree | e8fb67072d66531fc49918ed1ecfb6d1ad9f1d46 /user/mlt/mlt-6.14.0-locale-header.patch | |
parent | 4e090d091db38befd4fc4fcb14795447efae504f (diff) | |
parent | 0fd2e93c32492ed291c9e35c1617d1884e0fa98d (diff) | |
download | packages-77be4d524f6ba65794cffe3657974c61ba3de806.tar.gz packages-77be4d524f6ba65794cffe3657974c61ba3de806.tar.bz2 packages-77be4d524f6ba65794cffe3657974c61ba3de806.tar.xz packages-77be4d524f6ba65794cffe3657974c61ba3de806.zip |
Merge branch 'bump.aerdan.20190407' into 'master'
Package bumps for 7 April 2019
See merge request !215
Diffstat (limited to 'user/mlt/mlt-6.14.0-locale-header.patch')
-rw-r--r-- | user/mlt/mlt-6.14.0-locale-header.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/user/mlt/mlt-6.14.0-locale-header.patch b/user/mlt/mlt-6.14.0-locale-header.patch new file mode 100644 index 000000000..28d659460 --- /dev/null +++ b/user/mlt/mlt-6.14.0-locale-header.patch @@ -0,0 +1,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> |