1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/x11-wm/wmii-devel/files/patch-cmd_wmii_event.c
Rodrigo Osorio 16b2a474d1 Fix whith -fno-common in FreeBSD 13
Lastest version of llvm introduced in
FreeBSD 13 has the flag -fno-common
enabled by default. Fix the issue.
2020-11-02 14:39:51 +00:00

12 lines
198 B
C

--- cmd/wmii/event.c.orig 2020-10-18 09:39:16 UTC
+++ cmd/wmii/event.c
@@ -5,6 +5,8 @@
#include <X11/keysym.h>
#include "fns.h"
+long ignoreenter;
+
typedef void (*EvHandler)(XEvent*);
void