Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libmng/files: libmng-2.0.2-stdio.patch
Date: Mon, 27 Jan 2014 18:12:44
Message-Id: 20140127181240.E5ECD2004E@flycatcher.gentoo.org
1 ssuominen 14/01/27 18:12:40
2
3 Added: libmng-2.0.2-stdio.patch
4 Log:
5 Include <stdio.h> for type name "FILE" wrt #499480 by Andreas Proteus
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.1 media-libs/libmng/files/libmng-2.0.2-stdio.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libmng/files/libmng-2.0.2-stdio.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libmng/files/libmng-2.0.2-stdio.patch?rev=1.1&content-type=text/plain
14
15 Index: libmng-2.0.2-stdio.patch
16 ===================================================================
17 http://bugs.gentoo.org/499480
18
19 Patch is from ArchLinux git libmng-2.0.2-3
20
21 --- libmng_types.h
22 +++ libmng_types.h
23 @@ -204,6 +204,7 @@
24 #define HAVE_BOOLEAN
25 typedef int boolean;
26 #endif
27 +#include <stdio.h>
28 #include <jpeglib.h>
29 #endif /* MNG_INCLUDE_IJG6B */