Lastest version of llvm introduced in FreeBSD 13 has the flag -fno-common enabled by default. Fix the issue. Bump PORTREVISION
13 lines
214 B
C
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;
|