freebsd-ports/audio/vgmplay/files/patch-VGMPlay__AddFmts.c
Hiroki Tagato 09772afb04 - Fix build with -fno-common (clang 11 and gcc 10)
- Use MANPREFIX/share/man for manpage path
- Remove over-optimization
- Bump port revision for package change

Reviewed by:	ehaupt
MFH:		2021Q1
2021-01-07 21:51:08 +00:00

11 lines
310 B
C

--- VGMPlay_AddFmts.c.orig 2021-01-06 02:49:31 UTC
+++ VGMPlay_AddFmts.c
@@ -117,7 +117,7 @@ extern INT32 VGMSmplPlayed;
extern INT32 VGMSampleRate;
extern UINT32 BlocksSent;
extern UINT32 BlocksPlayed;
-bool VGMEnd;
+extern bool VGMEnd;
extern bool EndPlay;
extern bool PausePlay;
extern bool FadePlay;