diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2016-01-07 19:01:34 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2016-01-07 19:01:34 +0000 |
commit | eee7686522f590079c22c068603b7d4dd1283aa7 (patch) | |
tree | 48b11ca0024ffc0916b89c10b15198c6cdba5bc9 /archivers/unarchiver/files/patch-XADMaster_XADWinZipWavPackHandle.h | |
parent | Update sysutils/azure-agent to 2.0.16. (diff) |
- Add a port of The Unarchiver, GNUstep-based unpacker for a vast variety
of file formats, both old and new
- Use external wavpack library instead of the bundled one, so that if it
has a security vulnerability, the port would not have to be recompiled
WWW: http://unarchiver.c3.cx/commandline
Diffstat (limited to 'archivers/unarchiver/files/patch-XADMaster_XADWinZipWavPackHandle.h')
-rw-r--r-- | archivers/unarchiver/files/patch-XADMaster_XADWinZipWavPackHandle.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/archivers/unarchiver/files/patch-XADMaster_XADWinZipWavPackHandle.h b/archivers/unarchiver/files/patch-XADMaster_XADWinZipWavPackHandle.h new file mode 100644 index 000000000000..97c304b11734 --- /dev/null +++ b/archivers/unarchiver/files/patch-XADMaster_XADWinZipWavPackHandle.h @@ -0,0 +1,10 @@ +--- XADMaster/XADWinZipWavPackHandle.h.orig 2015-09-23 20:24:59 UTC ++++ XADMaster/XADWinZipWavPackHandle.h +@@ -1,6 +1,6 @@ + #import "CSBlockStreamHandle.h" + +-#import "wavpack/wavpack.h" ++#import <wavpack/wavpack.h> + + @interface XADWinZipWavPackHandle:CSBlockStreamHandle + { |