Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pylzma/files: pylzma-0.3.0-fbsd.patch
Date: Thu, 23 Apr 2009 21:33:38
Message-Id: E1Lx6Y3-0002f7-UW@stork.gentoo.org
1 patrick 09/04/23 21:33:35
2
3 Added: pylzma-0.3.0-fbsd.patch
4 Log:
5 Initial import from sunrise overlay. Fixes #166953
6 (Portage version: 2.2_rc31/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-python/pylzma/files/pylzma-0.3.0-fbsd.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pylzma/files/pylzma-0.3.0-fbsd.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pylzma/files/pylzma-0.3.0-fbsd.patch?rev=1.1&content-type=text/plain
13
14 Index: pylzma-0.3.0-fbsd.patch
15 ===================================================================
16 --- 7zip/LzmaCompatDecode.h.orig Thu Dec 28 06:27:50 2006
17 +++ 7zip/LzmaCompatDecode.h Thu Dec 28 06:27:56 2006
18 @@ -39,10 +39,6 @@
19 # define LZMACALL
20 #endif
21
22 -#ifndef malloc
23 -#include <malloc.h>
24 -#endif
25 -
26 #ifndef UInt32
27 #ifdef _LZMA_UINT32_IS_ULONG
28 #define UInt32 unsigned long