Gentoo Archives: gentoo-commits

From: "Stefan Schweizer (genstef)" <genstef@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/lprof/files: lcms-1.17.patch
Date: Wed, 10 Oct 2007 18:54:41
Message-Id: E1IfgY9-0001LS-Bg@stork.gentoo.org
1 genstef 07/10/10 18:44:53
2
3 Added: lcms-1.17.patch
4 Log:
5 Fix building with lcms-1.17 thanks to Hal Engel <hvengel@×××××××.net> in bug 190925
6 (Portage version: 2.1.3.12)
7
8 Revision Changes Path
9 1.1 media-gfx/lprof/files/lcms-1.17.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/lprof/files/lcms-1.17.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/lprof/files/lcms-1.17.patch?rev=1.1&content-type=text/plain
13
14 Index: lcms-1.17.patch
15 ===================================================================
16 --- src/liblprof/lcmsprf.h.bak 2007-08-31 15:36:20.000000000 -0700
17 +++ src/liblprof/lcmsprf.h 2007-08-31 15:37:39.000000000 -0700
18 @@ -67,6 +67,9 @@
19 #define mmax(a,b) ((a) > (b)?(a):(b))
20 #endif
21
22 +#if LCMS_VERSION > 116
23 +typedef int BOOL;
24 +#endif
25
26 /* Misc operations ------------------------------------------------------------------------ */
27
28
29
30
31 --
32 gentoo-commits@g.o mailing list