From 38c7faf1785b81bcd8de82f922b422356b9ee04f Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 23 May 2022 02:06:26 +0100 Subject: [PATCH] Add media-libs/mlt musl-locale patch. --- portage/patches/media-libs/mlt/musl-locale.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 portage/patches/media-libs/mlt/musl-locale.patch diff --git a/portage/patches/media-libs/mlt/musl-locale.patch b/portage/patches/media-libs/mlt/musl-locale.patch new file mode 100644 index 0000000..46f7534 --- /dev/null +++ b/portage/patches/media-libs/mlt/musl-locale.patch @@ -0,0 +1,13 @@ +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 + #endif + +-#if (defined(__GLIBC__) && !defined(__APPLE__)) || defined(HAVE_LOCALE_H) ++#if (defined(__linux__) && !defined(__APPLE__)) || defined(HAVE_LOCALE_H) + # include + #elif defined(__APPLE__) || (defined(__FreeBSD_version) && __FreeBSD_version >= 900506) + # include