ports/archivers/py-lzma/files/patch-src_compat_LzmaCompatDecode.h
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

17 lines
346 B
C

--- 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 <malloc/malloc.h>
-# else
-#include <malloc.h>
-# endif
-#endif
-
#ifndef UInt32
#ifdef _LZMA_UINT32_IS_ULONG
#define UInt32 unsigned long