From 0595a895e4cb690e222f3979d56d2743a42c0d2a Mon Sep 17 00:00:00 2001 From: "Michael Mair-Keimberger (asterix)" Date: Thu, 5 Jan 2017 19:39:38 +0100 Subject: [PATCH] media-plugins/vdr-mplayer: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/3338 --- .../files/vdr-mplayer-0.10.1-glibc-2.10.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 media-plugins/vdr-mplayer/files/vdr-mplayer-0.10.1-glibc-2.10.patch diff --git a/media-plugins/vdr-mplayer/files/vdr-mplayer-0.10.1-glibc-2.10.patch b/media-plugins/vdr-mplayer/files/vdr-mplayer-0.10.1-glibc-2.10.patch deleted file mode 100644 index a70d214b4e0b..000000000000 --- a/media-plugins/vdr-mplayer/files/vdr-mplayer-0.10.1-glibc-2.10.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur mp3-0.10.1.orig/data.c mp3-0.10.1/data.c ---- mp3-0.10.1.orig/data.c 2006-05-16 20:31:09.000000000 +0300 -+++ mp3-0.10.1/data.c 2009-08-11 12:22:35.000000000 +0300 -@@ -420,7 +420,7 @@ - description=strdup(Description); - if(Include) { - do { -- char *s=index(Include,'/'); -+ char *s=const_cast (index(Include,'/')); - int l=s ? s-Include : strlen(Include); - if(l) { - char **s=(char **)realloc(include,(incCount+2)*sizeof(char *)); -- 2.26.2