diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-04-02 14:20:30 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-04-02 14:20:30 +0000 |
commit | 31ae0609ffd335e6b95a46fe8e67d308c91e329f (patch) | |
tree | ccd33720e6bb69a95dce38df9bf139f5461b86d8 /media-video/xine-ui/files | |
parent | Fix building with lirc wrt #312599 by Martin von Gagern. (diff) | |
download | gentoo-2-31ae0609ffd335e6b95a46fe8e67d308c91e329f.tar.gz gentoo-2-31ae0609ffd335e6b95a46fe8e67d308c91e329f.tar.bz2 gentoo-2-31ae0609ffd335e6b95a46fe8e67d308c91e329f.zip |
whitespace, old
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-video/xine-ui/files')
-rw-r--r-- | media-video/xine-ui/files/xine-ui-0.99.5-libpng14.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/media-video/xine-ui/files/xine-ui-0.99.5-libpng14.patch b/media-video/xine-ui/files/xine-ui-0.99.5-libpng14.patch deleted file mode 100644 index 4f0d5e14a8f0..000000000000 --- a/media-video/xine-ui/files/xine-ui-0.99.5-libpng14.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- xine-ui-0.99.5/src/xitk/Imlib-light/load.c Mon Jul 14 22:44:10 2003 -+++ xine-ui-0.99.5-new/src/xitk/Imlib-light/load.c Sat Jan 30 04:37:54 2010 -@@ -193,7 +193,7 @@ - return 0; - fread(buf, 1, 8, f); - rewind(f); -- return (int)png_check_sig(buf, 8); -+ return (int) !png_sig_cmp(buf, 0, 8); - } - - ImlibImage * Imlib_load_image(ImlibData * id, char *file) { |