From 9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Tue, 26 Jul 2016 16:51:15 +0000 Subject: Cleanup patches, a* categories. Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight --- .../py-lzma/files/patch-src_compat_LzmaCompatDecode.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 archivers/py-lzma/files/patch-src_compat_LzmaCompatDecode.h (limited to 'archivers/py-lzma/files/patch-src_compat_LzmaCompatDecode.h') diff --git a/archivers/py-lzma/files/patch-src_compat_LzmaCompatDecode.h b/archivers/py-lzma/files/patch-src_compat_LzmaCompatDecode.h new file mode 100644 index 000000000000..38ab031e533b --- /dev/null +++ b/archivers/py-lzma/files/patch-src_compat_LzmaCompatDecode.h @@ -0,0 +1,17 @@ +--- src/compat/LzmaCompatDecode.h.orig 2016-07-26 12:20:39 UTC ++++ src/compat/LzmaCompatDecode.h +@@ -39,14 +39,6 @@ extern "C" { + # define LZMACALL + #endif + +-#ifndef malloc +-# ifdef __APPLE__ +-#include +-# else +-#include +-# endif +-#endif +- + #ifndef UInt32 + #ifdef _LZMA_UINT32_IS_ULONG + #define UInt32 unsigned long -- cgit v1.2.3