diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-23 22:59:06 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-23 22:59:06 +0000 |
commit | 076885f7f631690b53d937d11cc49bd9faa81dbb (patch) | |
tree | 7dd54f6feb8bd953cda20a37698afa5f87df1a77 /audio/playgsf/files/patch-VBA_Util.cpp | |
parent | - Switch to options helpers (diff) |
- Drop 8.x support
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=397671
Diffstat (limited to 'audio/playgsf/files/patch-VBA_Util.cpp')
-rw-r--r-- | audio/playgsf/files/patch-VBA_Util.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/playgsf/files/patch-VBA_Util.cpp b/audio/playgsf/files/patch-VBA_Util.cpp new file mode 100644 index 000000000000..096a5f6f0262 --- /dev/null +++ b/audio/playgsf/files/patch-VBA_Util.cpp @@ -0,0 +1,12 @@ +--- ./VBA/Util.cpp.orig 2013-04-02 11:32:02.322879639 +0200 ++++ ./VBA/Util.cpp 2013-04-02 11:33:58.107884638 +0200 +@@ -1484,7 +1484,8 @@ + + gzFile utilGzOpen(const char *file, const char *mode) + { +- utilGzWriteFunc = (int (ZEXPORT *)(void *,void * const, unsigned int))gzwrite; ++ // utilGzWriteFunc = (int (ZEXPORT *)(void *,void * const, unsigned int))gzwrite; ++ utilGzWriteFunc = (int (ZEXPORT *)(gzFile_s*, void * const, unsigned int))gzwrite; + utilGzReadFunc = gzread; + utilGzCloseFunc = gzclose; + |