Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-physics/bullet/files: bullet-2.74-missing-header.patch
Date: Wed, 24 Jun 2009 04:59:06
Message-Id: E1MJKZc-0005U7-Ps@stork.gentoo.org
1 bicatali 09/06/24 04:59:04
2
3 Added: bullet-2.74-missing-header.patch
4 Log:
5 Added missing header, fixing bug #267418
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 sci-physics/bullet/files/bullet-2.74-missing-header.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/bullet/files/bullet-2.74-missing-header.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/bullet/files/bullet-2.74-missing-header.patch?rev=1.1&content-type=text/plain
13
14 Index: bullet-2.74-missing-header.patch
15 ===================================================================
16 --- src/Makefile.am.orig 2009-02-18 22:52:03.000000000 +0000
17 +++ src/Makefile.am 2009-06-24 05:51:31.000000000 +0100
18 @@ -399,6 +399,7 @@
19 BulletDynamics/Dynamics/btDynamicsWorld.h \
20 BulletDynamics/Dynamics/btSimpleDynamicsWorld.h \
21 BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h \
22 + BulletDynamics/Dynamics/btActionInterface.h \
23 BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h \
24 BulletDynamics/ConstraintSolver/btSolverConstraint.h \
25 BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h \