diff --git a/argyllcms--gcc--fno-common.patch b/argyllcms--gcc--fno-common.patch index e3518d4..d4241f4 100644 --- a/argyllcms--gcc--fno-common.patch +++ b/argyllcms--gcc--fno-common.patch @@ -30,7 +30,7 @@ Index: Argyll_V2.1.2/gamut/gamut.h #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 */ ++struct _vrml; /* Declared in vrml.h, which may be #included after this */ /* ------------------------------------ */ #define NODE_STRUCT \ diff --git a/argyllcms.changes b/argyllcms.changes index 578b09d..97eeab1 100644 --- a/argyllcms.changes +++ b/argyllcms.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 10 02:08:52 UTC 2020 - Stanislav Brabec + +- Fix argyllcms--gcc--fno-common.patch according to the upstream + (bsc#1160256#c5). + ------------------------------------------------------------------- Thu Mar 5 02:49:25 CET 2020 - sbrabec@suse.com