mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
16b2a474d1
Lastest version of llvm introduced in FreeBSD 13 has the flag -fno-common enabled by default. Fix the issue.
12 lines
198 B
C
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
|