]> git.pld-linux.org Git - packages/cdflib.git/blob - cdflib-no-common.patch
- added no-common patch (fixes build with -fno-common, gcc 10 default)
[packages/cdflib.git] / cdflib-no-common.patch
1 --- cdf37_1-dist/src/include/cdfedit.h.orig     2019-01-24 20:17:20.000000000 +0100
2 +++ cdf37_1-dist/src/include/cdfedit.h  2020-11-12 19:56:15.464712277 +0100
3 @@ -260,6 +260,7 @@
4  Logical browseOnly;             /* TRUE if the CDF is being browsed. */
5  Logical compressed;             /* TRUE if the currently open CDF is
6                                    compressed. */
7 +Logical ziso8601;
8  #else
9  extern Logical report[3];
10  extern Logical dumpStatistics;
11 @@ -269,8 +270,8 @@
12  extern char olhFile[];
13  extern Logical browseOnly;
14  extern Logical compressed;
15 +extern Logical ziso8601;
16  #endif
17 -Logical ziso8601;
18  
19  /******************************************************************************
20  * Function prototypes.
21 --- cdf37_1-dist/src/include/cdfstats.h.orig    2019-01-24 18:58:21.000000000 +0100
22 +++ cdf37_1-dist/src/include/cdfstats.h 2020-11-12 20:00:34.328044604 +0100
23 @@ -102,6 +102,7 @@
24  long fillvalAttrN;
25  long formatAttrN;
26  long majority;
27 +Logical ziso8601;
28  #else
29  extern Logical updateValids;
30  extern Logical updateScales;
31 @@ -116,8 +117,8 @@
32  extern long fillvalAttrN;
33  extern long formatAttrN;
34  extern long majority;
35 +extern Logical ziso8601;
36  #endif
37 -Logical ziso8601;
38  /******************************************************************************
39  * VarStruct.
40  ******************************************************************************/
This page took 0.075587 seconds and 3 git commands to generate.