Codebase list gom / 4853684
Drop patch fix_ftbfs, now incorporated upstream (thanks Sudip Mukherjee). Stephan Sürken 3 years ago
2 changed file(s) with 0 addition(s) and 20 deletion(s). Raw diff Collapse all Expand all
+0
-19
debian/patches/fix_ftbfs.patch less more
0 Description: Fix ftbfs with GCC-10
1
2 Author: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
3 Bug-Debian: https://bugs.debian.org/957298
4 Forwarded: no
5
6 ---
7
8 --- gom-0.30.2.orig/src/gom_info.h
9 +++ gom-0.30.2/src/gom_info.h
10 @@ -48,7 +48,7 @@
11 enum gom_info_types {GOM_INFO_ERROR=-1, GOM_INFO_QUIET, GOM_INFO_NORMAL, GOM_INFO_VERBOSE, GOM_INFO_DEBUG};
12
13 /* shown errors count */
14 -int gom_info_errors;
15 +extern int gom_info_errors;
16
17 /*
18 * FUNCTION PROTOTYPES
+0
-1
debian/patches/series less more
0 fix_ftbfs.patch