diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
commit | 9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch) | |
tree | 9b071a8105704e992946dcd6b801e9fcb7635142 /archivers/py-lzma/files/patch-src__compat__LzmaCompatDecode.h | |
parent | MooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out, (diff) |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'archivers/py-lzma/files/patch-src__compat__LzmaCompatDecode.h')
-rw-r--r-- | archivers/py-lzma/files/patch-src__compat__LzmaCompatDecode.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/archivers/py-lzma/files/patch-src__compat__LzmaCompatDecode.h b/archivers/py-lzma/files/patch-src__compat__LzmaCompatDecode.h deleted file mode 100644 index 0b606faa6022..000000000000 --- a/archivers/py-lzma/files/patch-src__compat__LzmaCompatDecode.h +++ /dev/null @@ -1,17 +0,0 @@ ---- ./src/compat/LzmaCompatDecode.h.orig 2010-04-24 00:26:40.000000000 +0200 -+++ ./src/compat/LzmaCompatDecode.h 2011-01-27 02:30:39.000000000 +0100 -@@ -39,14 +39,6 @@ - # 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 |