ports/irc/bitchx/files/patch-source_commands.c
Niclas Zeising 531796cad1 irc/bitchx: Fix build with -fno-common
Fix the build of irc/bitchx with -fno-common, which is the default with llvm
11.
Patches originally from the fedora project.

MFH:		2020Q3 (implicit, -fno-common fixes, ok by joenum)
2020-08-22 13:57:23 +00:00

10 lines
253 B
C

--- source/commands.c.orig 2014-11-04 10:54:23 UTC
+++ source/commands.c
@@ -118,7 +118,6 @@ extern int doing_notice;
static void oper_password_received (char *, char *);
-int no_hook_notify = 0;
int load_depth = -1;
extern char cx_function[];