]> git.pld-linux.org Git - packages/pinfo.git/blob - pinfo-no-common.patch
- added no-common patch (fixes build with -fno-common, gcc 10+ default)
[packages/pinfo.git] / pinfo-no-common.patch
1 --- pinfo-0.6.13/src/parse_config.h.orig        2019-02-16 21:23:32.000000000 +0100
2 +++ pinfo-0.6.13/src/parse_config.h     2021-10-02 21:41:54.698502930 +0200
3 @@ -85,7 +85,7 @@ typedef struct colours
4  colours;
5  #endif /* HAVE_CURSES_COLOR */
6  
7 -int use_manual;
8 +extern int use_manual;
9  
10  int parse_config (void);
11  int parse_line (char *line);
This page took 0.036461 seconds and 3 git commands to generate.