freebsd-ports/x11-wm/wmii/files/patch-cmd_util.c
Rodrigo Osorio ae5231e2b6 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.

Bump PORTREVISION
2020-11-02 14:34:39 +00:00

13 lines
214 B
C

--- cmd/util.c.orig 2007-11-16 13:59:15 UTC
+++ cmd/util.c
@@ -9,6 +9,10 @@
#include <util.h>
#include <fmt.h>
+char *argv0;
+void *__p;
+int __i;
+
typedef struct VFmt VFmt;
struct VFmt {
const char *fmt;