diff options
Diffstat (limited to 'net-libs/ptlib/files/ptlib-2.6.2-gcc-allocator.patch')
-rw-r--r-- | net-libs/ptlib/files/ptlib-2.6.2-gcc-allocator.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net-libs/ptlib/files/ptlib-2.6.2-gcc-allocator.patch b/net-libs/ptlib/files/ptlib-2.6.2-gcc-allocator.patch new file mode 100644 index 000000000000..f80c3a186a59 --- /dev/null +++ b/net-libs/ptlib/files/ptlib-2.6.2-gcc-allocator.patch @@ -0,0 +1,16 @@ +--- src/ptlib/common/contain.cxx.old 2009-05-21 08:24:13.000000000 +0200 ++++ src/ptlib/common/contain.cxx 2009-05-21 08:24:24.000000000 +0200 +@@ -56,13 +56,6 @@ + #define __CLASS__ GetClass() + + +-#ifdef __GNUC__ +- +-#include <ext/pool_allocator.h> +-#include <ext/mt_allocator.h> +- +-#endif +- + /////////////////////////////////////////////////////////////////////////////// + // + // Use a custom allocator for PContainer references |