mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
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)
10 lines
253 B
C
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[];
|