Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/freeimage/files: freeimage-3.15.4-raw.patch
Date: Tue, 28 May 2013 15:32:59
Message-Id: 20130528153255.C47562171E@flycatcher.gentoo.org
1 hasufell 13/05/28 15:32:55
2
3 Added: freeimage-3.15.4-raw.patch
4 Log:
5 fix building with raw useflag enabled wrt #458516
6
7 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
8
9 Revision Changes Path
10 1.1 media-libs/freeimage/files/freeimage-3.15.4-raw.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freeimage/files/freeimage-3.15.4-raw.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freeimage/files/freeimage-3.15.4-raw.patch?rev=1.1&content-type=text/plain
14
15 Index: freeimage-3.15.4-raw.patch
16 ===================================================================
17 https://bugs.gentoo.org/show_bug.cgi?id=458516
18
19 --- FreeImage/Source/FreeImage.h
20 +++ FreeImage/Source/FreeImage.h
21 @@ -141,8 +141,10 @@
22 typedef uint16_t WORD;
23 typedef uint32_t DWORD;
24 typedef int32_t LONG;
25 +#ifndef _LIBRAW_TYPES_H
26 typedef int64_t INT64;
27 typedef uint64_t UINT64;
28 +#endif
29 #else
30 // MS is not C99 ISO compliant
31 typedef long BOOL;