forked from Lainports/freebsd-ports
Pull in a patch from upstream to fix the build of audio/nas with -fno-common, which is the default with llvm 11. MFH: 2020Q3 (implicit, -fno-common fixes, ok by joenum)
11 lines
329 B
C
11 lines
329 B
C
--- server/dia/main.c.orig 2020-08-22 22:22:28 UTC
|
|
+++ server/dia/main.c
|
|
@@ -76,7 +76,7 @@ static char *AuServerName(void);
|
|
extern char *display;
|
|
|
|
static int restart = 0;
|
|
-FILE *yyin; /* for the config parser */
|
|
+extern FILE *yyin; /* for the config parser */
|
|
|
|
void
|
|
NotImplemented()
|