diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-09-16 12:50:56 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-09-16 14:08:14 +0200 |
commit | 90396bc27e489866074904ab54ee4ed12813816d (patch) | |
tree | cde7391572acc33bf7807200a025410ffb211dea /media-libs/mlt | |
parent | dev-libs/libelf: drop 0.8.13-r2 (diff) | |
download | gentoo-90396bc27e489866074904ab54ee4ed12813816d.tar.gz gentoo-90396bc27e489866074904ab54ee4ed12813816d.tar.bz2 gentoo-90396bc27e489866074904ab54ee4ed12813816d.zip |
media-libs/mlt: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Portage 3.0.35 / pkgdev 0.2.1 / pkgcheck 0.10.14
Closes: https://github.com/gentoo/gentoo/pull/27279
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/mlt')
-rw-r--r-- | media-libs/mlt/files/mlt-7.6.0-impl-func-decl-gps_parser.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/media-libs/mlt/files/mlt-7.6.0-impl-func-decl-gps_parser.patch b/media-libs/mlt/files/mlt-7.6.0-impl-func-decl-gps_parser.patch deleted file mode 100644 index 7961d3118b79..000000000000 --- a/media-libs/mlt/files/mlt-7.6.0-impl-func-decl-gps_parser.patch +++ /dev/null @@ -1,19 +0,0 @@ -https://github.com/mltframework/mlt/commit/ec02baf63fd062c1b2492de6aef17ff600f08571 -https://github.com/mltframework/mlt/issues/788 - -From: Dan Dennedy <dan@dennedy.org> -Date: Thu, 28 Apr 2022 21:20:44 -0700 -Subject: [PATCH] fix #788 compile warning - ---- a/src/modules/xml/gps_parser.c -+++ b/src/modules/xml/gps_parser.c -@@ -17,6 +17,9 @@ - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - */ - -+#define __USE_XOPEN -+#define _GNU_SOURCE -+ - #include "gps_parser.h" - #include <inttypes.h> - |