File: fix_ftbfs.patch

package info (click to toggle)
ctwm 3.7-5
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 7,136 kB
  • sloc: ansic: 26,439; yacc: 1,004; lex: 147; makefile: 53; sh: 32
file content (18 lines) | stat: -rw-r--r-- 430 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Fix ftbfs with GCC-10

Author: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Bug-Debian: https://bugs.debian.org/957114
Forwarded: no

---

--- ctwm-3.7.orig/parse.h
+++ ctwm-3.7/parse.h
@@ -218,6 +218,6 @@ int do_squeeze_entry(name_list **list,	/
 		     int num,		/* signed num */
 		     int denom		/* 0 or indicates fraction denom */
 		     );
-int twmrc_lineno;
+extern int twmrc_lineno;
 
 #endif /* _PARSE_ */