diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2009-06-24 04:59:04 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2009-06-24 04:59:04 +0000 |
commit | f486bb75643d028964de8945c53ca67d731c9b83 (patch) | |
tree | 3674c7db9730f432785c936ef35e747d797361db /sci-physics | |
parent | Fixed syntax error (bug #275195) and some CFLAGS propagation (diff) | |
download | gentoo-2-f486bb75643d028964de8945c53ca67d731c9b83.tar.gz gentoo-2-f486bb75643d028964de8945c53ca67d731c9b83.tar.bz2 gentoo-2-f486bb75643d028964de8945c53ca67d731c9b83.zip |
Added missing header, fixing bug #267418
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/bullet/ChangeLog | 6 | ||||
-rw-r--r-- | sci-physics/bullet/bullet-2.74.ebuild | 3 | ||||
-rw-r--r-- | sci-physics/bullet/files/bullet-2.74-missing-header.patch | 10 |
3 files changed, 17 insertions, 2 deletions
diff --git a/sci-physics/bullet/ChangeLog b/sci-physics/bullet/ChangeLog index 064a17576040..0c315cd8870f 100644 --- a/sci-physics/bullet/ChangeLog +++ b/sci-physics/bullet/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-physics/bullet # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/bullet/ChangeLog,v 1.6 2009/03/24 19:05:07 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/bullet/ChangeLog,v 1.7 2009/06/24 04:59:04 bicatali Exp $ + + 24 Jun 2009; Sébastien Fabbro <bicatali@gentoo.org> bullet-2.74.ebuild, + +files/bullet-2.74-missing-header.patch: + Added missing header, fixing bug #267418 *bullet-2.74 (24 Mar 2009) diff --git a/sci-physics/bullet/bullet-2.74.ebuild b/sci-physics/bullet/bullet-2.74.ebuild index e348946354ae..b6daa3757015 100644 --- a/sci-physics/bullet/bullet-2.74.ebuild +++ b/sci-physics/bullet/bullet-2.74.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/bullet/bullet-2.74.ebuild,v 1.1 2009/03/24 19:05:07 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/bullet/bullet-2.74.ebuild,v 1.2 2009/06/24 04:59:04 bicatali Exp $ EAPI=2 inherit eutils autotools @@ -21,6 +21,7 @@ src_prepare() { rm -rf Extras/LibXML rm -f Extras/CDTestFramework/AntTweakBar/lib/libAntTweakBar.so epatch "${FILESDIR}"/${P}-noextra.patch + epatch "${FILESDIR}"/${P}-missing-header.patch eautoreconf edos2unix install-sh || die } diff --git a/sci-physics/bullet/files/bullet-2.74-missing-header.patch b/sci-physics/bullet/files/bullet-2.74-missing-header.patch new file mode 100644 index 000000000000..77574ee20d41 --- /dev/null +++ b/sci-physics/bullet/files/bullet-2.74-missing-header.patch @@ -0,0 +1,10 @@ +--- src/Makefile.am.orig 2009-02-18 22:52:03.000000000 +0000 ++++ src/Makefile.am 2009-06-24 05:51:31.000000000 +0100 +@@ -399,6 +399,7 @@ + BulletDynamics/Dynamics/btDynamicsWorld.h \ + BulletDynamics/Dynamics/btSimpleDynamicsWorld.h \ + BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h \ ++ BulletDynamics/Dynamics/btActionInterface.h \ + BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h \ + BulletDynamics/ConstraintSolver/btSolverConstraint.h \ + BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h \ |