diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2015-06-29 08:00:15 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2015-06-29 08:00:15 +0300 |
commit | 1cbcbc8695ca457a09bb3153681dfd7e7a2e30b4 (patch) | |
tree | dda383cb7a3b3962d7eaa4bad9d9a07c9a298260 /dev-util/boost-build/files/boost-build-1.55.0-ppc-aix.patch | |
parent | 5fd8b3d4940f544f405e586f68b48ea7e569984f (diff) |
boost from gentoo (version bump)
Diffstat (limited to 'dev-util/boost-build/files/boost-build-1.55.0-ppc-aix.patch')
-rw-r--r-- | dev-util/boost-build/files/boost-build-1.55.0-ppc-aix.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-util/boost-build/files/boost-build-1.55.0-ppc-aix.patch b/dev-util/boost-build/files/boost-build-1.55.0-ppc-aix.patch new file mode 100644 index 0000000..a521309 --- /dev/null +++ b/dev-util/boost-build/files/boost-build-1.55.0-ppc-aix.patch @@ -0,0 +1,13 @@ +https://svn.boost.org/trac/boost/ticket/10122 + +--- engine/mem.h ++++ engine/mem.h +@@ -8,6 +8,8 @@ + #ifndef BJAM_MEM_H + #define BJAM_MEM_H + ++#include "jam.h" ++ + #ifdef OPT_BOEHM_GC + + /* Use Boehm GC memory allocator. */ |