freebsd-ports/audio/nas/files/patch-server_dia_main.c
Niclas Zeising 476d4f7f12 audio/nas: fix build with -fno-common
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)
2020-08-22 22:31:11 +00:00

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()