diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-08 22:24:39 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-08 22:24:39 +0000 |
commit | 3319e059164a4ededceca97c13fe95c836d8f63e (patch) | |
tree | 70bf8a3790054daecf87b61be11fd14066e00dc9 /media-plugins/vdr-vdrrip/files | |
parent | Fix building with GLIBC 2.10+ wrt #278157. (diff) | |
download | gentoo-2-3319e059164a4ededceca97c13fe95c836d8f63e.tar.gz gentoo-2-3319e059164a4ededceca97c13fe95c836d8f63e.tar.bz2 gentoo-2-3319e059164a4ededceca97c13fe95c836d8f63e.zip |
Fix building with GLIBC 2.10+ wrt #272517.
(Portage version: 2.2_rc36/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/vdr-vdrrip/files')
-rw-r--r-- | media-plugins/vdr-vdrrip/files/vdr-vdrrip-0.3.0-glibc-2.10.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/media-plugins/vdr-vdrrip/files/vdr-vdrrip-0.3.0-glibc-2.10.patch b/media-plugins/vdr-vdrrip/files/vdr-vdrrip-0.3.0-glibc-2.10.patch new file mode 100644 index 000000000000..60001e0db678 --- /dev/null +++ b/media-plugins/vdr-vdrrip/files/vdr-vdrrip-0.3.0-glibc-2.10.patch @@ -0,0 +1,12 @@ +diff -ur vdrrip-0.3.0.orig/a-tools.c vdrrip-0.3.0/a-tools.c +--- vdrrip-0.3.0.orig/a-tools.c 2004-02-04 20:15:28.000000000 +0200 ++++ vdrrip-0.3.0/a-tools.c 2009-08-09 01:25:37.000000000 +0300 +@@ -70,7 +70,7 @@ + } + + int strnumcol(const char *s, char *d) { +- char *s1; ++ const char *s1; + int i, l; + + // let's do some checks: |