Magellan Linux

Contents of /trunk/inkscape/patches/inkscape-0.44-lcms.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (show annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years ago) by niro
File size: 1251 byte(s)
-import

1 diff -Naur inkscape-0.44/src/color-profile-fns.h inkscape-0.44-lcms/src/color-profile-fns.h
2 --- inkscape-0.44/src/color-profile-fns.h 2006-06-23 06:07:29.000000000 +0200
3 +++ inkscape-0.44-lcms/src/color-profile-fns.h 2006-06-28 19:50:07.000000000 +0200
4 @@ -8,7 +8,7 @@
5 #include <glib-object.h>
6 #include <glib/gtypes.h>
7 #if ENABLE_LCMS
8 -#include <lcms.h>
9 +#include <lcms/lcms.h>
10 #endif // ENABLE_LCMS
11
12 class SPDocument;
13 diff -Naur inkscape-0.44/src/color-profile.h inkscape-0.44-lcms/src/color-profile.h
14 --- inkscape-0.44/src/color-profile.h 2006-06-23 06:07:29.000000000 +0200
15 +++ inkscape-0.44-lcms/src/color-profile.h 2006-06-28 19:50:15.000000000 +0200
16 @@ -8,7 +8,7 @@
17 #include <glib/gtypes.h>
18 #include <sp-object.h>
19 #if ENABLE_LCMS
20 -#include <lcms.h>
21 +#include <lcms/lcms.h>
22 #endif // ENABLE_LCMS
23
24 namespace Inkscape {
25 diff -Naur inkscape-0.44/src/interface.cpp inkscape-0.44-lcms/src/interface.cpp
26 --- inkscape-0.44/src/interface.cpp 2006-06-23 06:07:29.000000000 +0200
27 +++ inkscape-0.44-lcms/src/interface.cpp 2006-06-28 19:51:01.000000000 +0200
28 @@ -55,7 +55,7 @@
29
30 // Added for color drag-n-drop
31 #if ENABLE_LCMS
32 -#include "lcms.h"
33 +#include "lcms/lcms.h"
34 #endif // ENABLE_LCMS
35 #include "display/sp-canvas.h"
36 #include "color.h"