]> git.pld-linux.org Git - packages/digikam.git/commitdiff
- fix build with new lcms
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 30 Oct 2007 09:10:54 +0000 (09:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    digikam-lcms.patch -> 1.1

digikam-lcms.patch [new file with mode: 0644]

diff --git a/digikam-lcms.patch b/digikam-lcms.patch
new file mode 100644 (file)
index 0000000..6e7281a
--- /dev/null
@@ -0,0 +1,13 @@
+--- digikam/libs/lprof/lcmsprf.h       2007/06/02 15:17:33     670778
++++ digikam/libs/lprof/lcmsprf.h       2007/08/22 07:03:07     703199
+@@ -69,6 +69,10 @@
+     } MATN,FAR* LPMATN;
++// See B.K.O #148930: compile with lcms v.1.17
++#if (LCMS_VERSION > 116)
++typedef LCMSBOOL BOOL;
++#endif
+ LPMATN      cdecl MATNalloc(int Rows, int Cols);
+ void        cdecl MATNfree (LPMATN mat);
This page took 0.062565 seconds and 4 git commands to generate.