aballier    15/02/08 16:21:49

  Added:                cinelerra-pngtoh.patch
  Log:
  Fix build with gcc 4.9, patch by Bernd Feige in bug #526118
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  Changes    Path
1.1                  media-video/cinelerra/files/cinelerra-pngtoh.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/files/cinelerra-pngtoh.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/files/cinelerra-pngtoh.patch?rev=1.1&content-type=text/plain

Index: cinelerra-pngtoh.patch
===================================================================
https://bugs.gentoo.org/show_bug.cgi?id=526118
http://bugs.cinelerra-cv.org/ticket/1005

Author: Bernd Feige 

--- guicast/pngtoh.c    2015-01-29 13:41:01 +0000
+++ guicast/pngtoh.c    2015-01-29 13:41:07 +0000
@@ -148,4 +148,6 @@
                fprintf(out, "};\n\n#endif\n");
                fclose(out);
        }
+
+       return 0;
 }





Reply via email to