]> git.pld-linux.org Git - packages/psiconv.git/blob - psiconv-extern.patch
- added extern patch (fixes build with -fno-common, gcc 10+ default); release 5
[packages/psiconv.git] / psiconv-extern.patch
1 --- psiconv-0.9.9/program/psiconv/psiconv.h.orig        2014-10-22 21:46:03.000000000 +0200
2 +++ psiconv-0.9.9/program/psiconv/psiconv.h     2021-04-04 08:35:02.086782998 +0200
3 @@ -52,7 +52,7 @@
4    output_function *output;
5  } *fileformat;
6  
7 -psiconv_list fileformat_list; /* of struct psiconv_fileformat */
8 +extern psiconv_list fileformat_list; /* of struct psiconv_fileformat */
9  
10  
11  #endif /* PSICONV_H */
12 --- psiconv-0.9.9/program/psiconv/psiconv.c.orig        2014-10-22 21:45:57.000000000 +0200
13 +++ psiconv-0.9.9/program/psiconv/psiconv.c     2021-04-04 08:37:16.667059334 +0200
14 @@ -48,6 +48,8 @@
15  static void print_version(void);
16  static void strtoupper(char *str);
17  
18 +psiconv_list fileformat_list; /* of struct psiconv_fileformat */
19 +
20  void print_help(void)
21  {
22    fileformat ff;
This page took 0.027545 seconds and 3 git commands to generate.