freebsd-ports/irc/bitchx/files/patch-source_numbers.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
343 B
C

--- source/numbers.c.orig 2014-11-14 10:34:50 UTC
+++ source/numbers.c
@@ -66,7 +66,6 @@ void show_server_map (void);
int stats_k_grep (char **);
void who_handlekill (char *, char *, char *);
void handle_tracekill (int, char *, char *, char *);
-int no_hook_notify;
extern AJoinList *ajoin_list;
void remove_from_server_list (int);