]> git.pld-linux.org Git - packages/digikam.git/blob - digikam-lcms.patch
- rel 5; fix build with new lcms
[packages/digikam.git] / digikam-lcms.patch
1 --- digikam/libs/lprof/lcmsprf.h        2007/06/02 15:17:33     670778
2 +++ digikam/libs/lprof/lcmsprf.h        2007/08/22 07:03:07     703199
3 @@ -69,6 +69,10 @@
4  
5      } MATN,FAR* LPMATN;
6  
7 +// See B.K.O #148930: compile with lcms v.1.17
8 +#if (LCMS_VERSION > 116)
9 +typedef LCMSBOOL BOOL;
10 +#endif
11  
12  LPMATN      cdecl MATNalloc(int Rows, int Cols);
13  void        cdecl MATNfree (LPMATN mat);
This page took 0.029823 seconds and 3 git commands to generate.