diff options
Diffstat (limited to 'dev-python/pylzma/files/pylzma-0.3.0-fbsd.patch')
-rw-r--r-- | dev-python/pylzma/files/pylzma-0.3.0-fbsd.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-python/pylzma/files/pylzma-0.3.0-fbsd.patch b/dev-python/pylzma/files/pylzma-0.3.0-fbsd.patch new file mode 100644 index 000000000000..e6b32643a65e --- /dev/null +++ b/dev-python/pylzma/files/pylzma-0.3.0-fbsd.patch @@ -0,0 +1,13 @@ +--- 7zip/LzmaCompatDecode.h.orig Thu Dec 28 06:27:50 2006 ++++ 7zip/LzmaCompatDecode.h Thu Dec 28 06:27:56 2006 +@@ -39,10 +39,6 @@ + # define LZMACALL + #endif + +-#ifndef malloc +-#include <malloc.h> +-#endif +- + #ifndef UInt32 + #ifdef _LZMA_UINT32_IS_ULONG + #define UInt32 unsigned long |