diff options
Diffstat (limited to 'graphics/argyllcms/files/patch-gamut_gamut.h')
-rw-r--r-- | graphics/argyllcms/files/patch-gamut_gamut.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/argyllcms/files/patch-gamut_gamut.h b/graphics/argyllcms/files/patch-gamut_gamut.h new file mode 100644 index 000000000000..2b447b336b7b --- /dev/null +++ b/graphics/argyllcms/files/patch-gamut_gamut.h @@ -0,0 +1,11 @@ +--- gamut/gamut.h.orig 2020-08-19 11:32:00 UTC ++++ gamut/gamut.h +@@ -36,7 +36,7 @@ + #define MAXGAMN 10 /* Maximum gamut point neighbors returned */ + #define NSLOTS 6 /* Number of maximum direction slots */ + +-struct _vrml *wrl; /* Declared in vrml.h, which may be #included after this */ ++extern struct _vrml *wrl; /* Declared in vrml.h, which may be #included after this */ + + /* ------------------------------------ */ + #define NODE_STRUCT \ |