summaryrefslogtreecommitdiff
path: root/user/mlt/mlt-6.14.0-locale-header.patch
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2023-02-06 03:48:32 +0000
committerZach van Rijn <me@zv.io>2023-02-06 03:48:34 +0000
commit130b4b415b5591a7320ea3cfdf87c43987916655 (patch)
tree6ea03cac564a8c3030d59947c129c0dd203241ca /user/mlt/mlt-6.14.0-locale-header.patch
parent5c682aa7dd41ef75ca341a0b3c00c5506dbf7be9 (diff)
downloadpackages-130b4b415b5591a7320ea3cfdf87c43987916655.tar.gz
packages-130b4b415b5591a7320ea3cfdf87c43987916655.tar.bz2
packages-130b4b415b5591a7320ea3cfdf87c43987916655.tar.xz
packages-130b4b415b5591a7320ea3cfdf87c43987916655.zip
user/mlt: bump { 7.6.0 --> 7.12.0 }. drop SoX dependency.
SoX is an optional dependency and is a security concern, and needs more work than we are able to allocate now.
Diffstat (limited to 'user/mlt/mlt-6.14.0-locale-header.patch')
-rw-r--r--user/mlt/mlt-6.14.0-locale-header.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/user/mlt/mlt-6.14.0-locale-header.patch b/user/mlt/mlt-6.14.0-locale-header.patch
deleted file mode 100644
index 28d659460..000000000
--- a/user/mlt/mlt-6.14.0-locale-header.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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>