Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/cinelerra/files: cinelerra-pngtoh.patch
Date: Sun, 08 Feb 2015 16:21:54
Message-Id: 20150208162149.E431D1154E@oystercatcher.gentoo.org
1 aballier 15/02/08 16:21:49
2
3 Added: cinelerra-pngtoh.patch
4 Log:
5 Fix build with gcc 4.9, patch by Bernd Feige in bug #526118
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
8
9 Revision Changes Path
10 1.1 media-video/cinelerra/files/cinelerra-pngtoh.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/files/cinelerra-pngtoh.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/files/cinelerra-pngtoh.patch?rev=1.1&content-type=text/plain
14
15 Index: cinelerra-pngtoh.patch
16 ===================================================================
17 https://bugs.gentoo.org/show_bug.cgi?id=526118
18 http://bugs.cinelerra-cv.org/ticket/1005
19
20 Author: Bernd Feige
21
22 --- guicast/pngtoh.c 2015-01-29 13:41:01 +0000
23 +++ guicast/pngtoh.c 2015-01-29 13:41:07 +0000
24 @@ -148,4 +148,6 @@
25 fprintf(out, "};\n\n#endif\n");
26 fclose(out);
27 }
28 +
29 + return 0;
30 }