Gentoo Archives: gentoo-commits

From: "Sergey Popov (pinkbyte)" <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/boost-build/files: boost-build-1.55.0-ppc-aix.patch
Date: Fri, 27 Feb 2015 09:26:43
Message-Id: 20150227092639.0E42F12A79@oystercatcher.gentoo.org
1 pinkbyte 15/02/27 09:26:39
2
3 Added: boost-build-1.55.0-ppc-aix.patch
4 Log:
5 Fix building on Gentoo Prefix on AIX, wrt bug #515102. Thanks to Michael Haubenwallner
6
7 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x60C0742D1F357D42)
8
9 Revision Changes Path
10 1.1 dev-util/boost-build/files/boost-build-1.55.0-ppc-aix.patch
11
12 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
13 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
14
15 Index: boost-build-1.55.0-ppc-aix.patch
16 ===================================================================
17 https://svn.boost.org/trac/boost/ticket/10122
18
19 --- engine/mem.h
20 +++ engine/mem.h
21 @@ -8,6 +8,8 @@
22 #ifndef BJAM_MEM_H
23 #define BJAM_MEM_H
24
25 +#include "jam.h"
26 +
27 #ifdef OPT_BOEHM_GC
28
29 /* Use Boehm GC memory allocator. */