Gentoo Archives: gentoo-commits

From: "Mounir Lamouri (volkmar)" <volkmar@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/ptlib/files: ptlib-2.6.2-gcc-allocator.patch
Date: Fri, 03 Jul 2009 09:57:12
Message-Id: E1MMfW3-0007fv-18@stork.gentoo.org
1 volkmar 09/07/03 09:57:11
2
3 Added: ptlib-2.6.2-gcc-allocator.patch
4 Log:
5 initial commit, bug 238617
6 (Portage version: 13756-svn/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 net-libs/ptlib/files/ptlib-2.6.2-gcc-allocator.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/ptlib/files/ptlib-2.6.2-gcc-allocator.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/ptlib/files/ptlib-2.6.2-gcc-allocator.patch?rev=1.1&content-type=text/plain
13
14 Index: ptlib-2.6.2-gcc-allocator.patch
15 ===================================================================
16 --- src/ptlib/common/contain.cxx.old 2009-05-21 08:24:13.000000000 +0200
17 +++ src/ptlib/common/contain.cxx 2009-05-21 08:24:24.000000000 +0200
18 @@ -56,13 +56,6 @@
19 #define __CLASS__ GetClass()
20
21
22 -#ifdef __GNUC__
23 -
24 -#include <ext/pool_allocator.h>
25 -#include <ext/mt_allocator.h>
26 -
27 -#endif
28 -
29 ///////////////////////////////////////////////////////////////////////////////
30 //
31 // Use a custom allocator for PContainer references