summaryrefslogtreecommitdiff
path: root/user/mlt/mlt-6.8.0-locale-header.patch
diff options
context:
space:
mode:
authorKiyoshi Aman <kiyoshi.aman+adelie@gmail.com>2019-04-07 11:48:17 -0500
committerKiyoshi Aman <kiyoshi.aman+adelie@gmail.com>2019-04-07 19:41:41 -0500
commit44e83eab207dd9294b58f37e9f5bdbab9fcd487b (patch)
tree01f6bfb78f343d89bd5cceea39f2618a413fd8a3 /user/mlt/mlt-6.8.0-locale-header.patch
parent1c07b0c9131d83bef427d329113ed773c7722714 (diff)
downloadpackages-44e83eab207dd9294b58f37e9f5bdbab9fcd487b.tar.gz
packages-44e83eab207dd9294b58f37e9f5bdbab9fcd487b.tar.bz2
packages-44e83eab207dd9294b58f37e9f5bdbab9fcd487b.tar.xz
packages-44e83eab207dd9294b58f37e9f5bdbab9fcd487b.zip
user/mlt: upgrade to 6.14.0
Diffstat (limited to 'user/mlt/mlt-6.8.0-locale-header.patch')
-rw-r--r--user/mlt/mlt-6.8.0-locale-header.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/user/mlt/mlt-6.8.0-locale-header.patch b/user/mlt/mlt-6.8.0-locale-header.patch
deleted file mode 100644
index 5b45b600a..000000000
--- a/user/mlt/mlt-6.8.0-locale-header.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Extremely incorrect logic here; fix it so that locale_t is defined properly.
-
---- mlt-6.8.0/src/framework/mlt_property.h.old 2018-05-10 20:16:56.000000000 -0500
-+++ mlt-6.8.0/src/framework/mlt_property.h 2018-06-07 05:22:57.345580154 -0500
-@@ -30,10 +30,10 @@
- #include <sys/param.h>
- #endif
-
--#if (defined(__GLIBC__) && !defined(__APPLE__)) || HAVE_LOCALE_H
--# include <locale.h>
--#elif defined(__APPLE__) || (__FreeBSD_version >= 900506)
-+#if defined(__APPLE__) || (__FreeBSD_version >= 900506)
- # include <xlocale.h>
-+#elif defined(__linux__) || HAVE_LOCALE_H
-+# include <locale.h>
- #else
- typedef char* locale_t;
- #endif