ssuominen    14/08/28 16:03:32

  Added:                irrlicht-1.8.1-jpeg-9a.patch
  Log:
  Use upstream patch to fix building with media-libs/jpeg >= 9a wrt #520746 by 
Diego Elio Pettenò
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  Changes    Path
1.1                  dev-games/irrlicht/files/irrlicht-1.8.1-jpeg-9a.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/irrlicht/files/irrlicht-1.8.1-jpeg-9a.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/irrlicht/files/irrlicht-1.8.1-jpeg-9a.patch?rev=1.1&content-type=text/plain

Index: irrlicht-1.8.1-jpeg-9a.patch
===================================================================
http://bugs.gentoo.org/show_bug.cgi?id=520746

http://code.metager.de/source/diff/irrlicht/source/Irrlicht/CImageLoaderJPG.cpp?r2=%2Firrlicht%2Fsource%2FIrrlicht%2FCImageLoaderJPG.cpp%404823&r1=%2Firrlicht%2Fsource%2FIrrlicht%2FCImageLoaderJPG.cpp%404320

--- source/Irrlicht/CImageLoaderJPG.cpp
+++ source/Irrlicht/CImageLoaderJPG.cpp
@@ -66,7 +66,7 @@
 boolean CImageLoaderJPG::fill_input_buffer (j_decompress_ptr cinfo)
 {
        // DO NOTHING
-       return 1;
+       return TRUE;
 }
 
 




Reply via email to