Accepting request 783129 from home:sbrabec:branches:multimedia:color_management

- Fix argyllcms--gcc--fno-common.patch according to the upstream
  (bsc#1160256#c5).

OBS-URL: https://build.opensuse.org/request/show/783129
OBS-URL: https://build.opensuse.org/package/show/multimedia:color_management/argyllcms?expand=0&rev=48
This commit is contained in:
Stanislav Brabec 2020-03-10 02:21:30 +00:00 committed by Git OBS Bridge
parent cebe1578f5
commit 4f4dc70476
2 changed files with 7 additions and 1 deletions

View File

@ -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 \

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 10 02:08:52 UTC 2020 - Stanislav Brabec <sbrabec@suse.com>
- Fix argyllcms--gcc--fno-common.patch according to the upstream
(bsc#1160256#c5).
-------------------------------------------------------------------
Thu Mar 5 02:49:25 CET 2020 - sbrabec@suse.com