diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-04-20 04:59:31 +0000 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-20 17:53:21 -0500 |
commit | 0fde0c216f445374c292fd9e6d6baa2682ebe709 (patch) | |
tree | 306f239d6575a8d70a058debfe141c4d74d7ef4f /audio/nas/patch-llvm11.patch | |
parent | 424ce1dd82fe4cd10afa21082bfac4923a33cff9 (diff) |
audio/nas: Patch for llvm 11.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Diffstat (limited to 'audio/nas/patch-llvm11.patch')
-rw-r--r-- | audio/nas/patch-llvm11.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/nas/patch-llvm11.patch b/audio/nas/patch-llvm11.patch new file mode 100644 index 0000000000000..8d9d7dcc09447 --- /dev/null +++ b/audio/nas/patch-llvm11.patch @@ -0,0 +1,11 @@ +--- 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() |