pinkbyte 15/02/27 09:26:39 Added: boost-build-1.55.0-ppc-aix.patch Log: Fix building on Gentoo Prefix on AIX, wrt bug #515102. Thanks to Michael Haubenwallner (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x60C0742D1F357D42)
Revision Changes Path 1.1 dev-util/boost-build/files/boost-build-1.55.0-ppc-aix.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/boost-build/files/boost-build-1.55.0-ppc-aix.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/boost-build/files/boost-build-1.55.0-ppc-aix.patch?rev=1.1&content-type=text/plain Index: boost-build-1.55.0-ppc-aix.patch =================================================================== 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. */
