File: fix_ftbfs.patch

package info (click to toggle)
f-irc 1.36-1.1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 656 kB
  • sloc: ansic: 12,845; makefile: 61
file content (18 lines) | stat: -rw-r--r-- 350 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/957189
Forwarded: no

---

--- f-irc-1.36.orig/theme.c
+++ f-irc-1.36/theme.c
@@ -17,7 +17,6 @@
 #include "theme.h"
 #include "utils.h"
 
-layout_theme theme;
 const char *theme_file = NULL;
 
 theme_parsing theme_parser[] =