public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-physics/bullet/files: bullet-2.73-autotools.patch
@ 2008-12-08  0:29 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2008-12-08  0:29 UTC (permalink / raw
  To: gentoo-commits

bicatali    08/12/08 00:29:02

  Added:                bullet-2.73-autotools.patch
  Log:
  Version bump
  (Portage version: 2.2_rc17/cvs/Linux 2.6.25-gentoo-r7 x86_64)

Revision  Changes    Path
1.1                  sci-physics/bullet/files/bullet-2.73-autotools.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/bullet/files/bullet-2.73-autotools.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/bullet/files/bullet-2.73-autotools.patch?rev=1.1&content-type=text/plain

Index: bullet-2.73-autotools.patch
===================================================================
diff -Nur bullet-2.73.orig/configure.ac bullet-2.73/configure.ac
--- bullet-2.73.orig/configure.ac	2008-12-07 23:23:56.000000000 +0000
+++ bullet-2.73/configure.ac	2008-12-07 23:25:09.000000000 +0000
@@ -164,7 +164,7 @@
 # Emit generated files.
 #----------------------------------------------------------------------------
 CS_JAMCONFIG_OUTPUT([Jamconfig])
-AC_CONFIG_FILES([bullet.pc Jamfile Makefile Demos/SoftDemo/Makefile Demos/AllBulletDemos/Makefile Demos/MultiThreadedDemo/Makefile Demos/ColladaDemo/Makefile Demos/OpenGL/Makefile Demos/BasicDemo/Makefile Demos/CcdPhysicsDemo/Makefile Demos/VehicleDemo/Makefile Demos/TerrainDemo/Makefile src/Makefile Extras/Makefile])
+AC_CONFIG_FILES([bullet.pc Makefile src/Makefile])
 AC_OUTPUT
 
 AC_MSG_NOTICE([
diff -Nur bullet-2.73.orig/Makefile.am bullet-2.73/Makefile.am
--- bullet-2.73.orig/Makefile.am	2008-12-07 23:23:56.000000000 +0000
+++ bullet-2.73/Makefile.am	2008-12-07 23:24:05.000000000 +0000
@@ -1,5 +1,3 @@
-if CONDITIONAL_BUILD_MULTITHREADED
-SUBDIRS=src Extras Demos/OpenGL Demos/BasicDemo Demos/TerrainDemo Demos/VehicleDemo Demos/CcdPhysicsDemo Demos/ColladaDemo Demos/MultiThreadedDemo  Demos/SoftDemo Demos/AllBulletDemos
-else
-SUBDIRS=src Extras Demos/OpenGL Demos/BasicDemo Demos/TerrainDemo Demos/VehicleDemo Demos/CcdPhysicsDemo Demos/ColladaDemo Demos/SoftDemo Demos/AllBulletDemos
-endif
+SUBDIRS=src 
+pkgconfigdir = $(libdir)
+pkgconfig_DATA = bullet.pc
diff -Nur bullet-2.73.orig/src/Makefile.am bullet-2.73/src/Makefile.am
--- bullet-2.73.orig/src/Makefile.am	2008-12-07 23:23:55.000000000 +0000
+++ bullet-2.73/src/Makefile.am	2008-12-07 23:24:05.000000000 +0000
@@ -1,9 +1,56 @@
+pkgincludedir = $(includedir)/@PACKAGE@
+nobase_include_HEADERS = \
+	btBulletDynamicsCommon.h \
+	Bullet-C-Api.h \
+	btBulletCollisionCommon.h
+
 if CONDITIONAL_BUILD_MULTITHREADED
+nobase_include_HEADERS = \
+	BulletMultiThreaded/PosixThreadSupport.h \
+	BulletMultiThreaded/SpuRaycastTaskProcess.h \
+	BulletMultiThreaded/vectormath/scalar/cpp/mat_aos.h \
+	BulletMultiThreaded/vectormath/scalar/cpp/vec_aos.h \
+	BulletMultiThreaded/vectormath/scalar/cpp/quat_aos.h \
+	BulletMultiThreaded/vectormath/scalar/cpp/vectormath_aos.h \
+	BulletMultiThreaded/PpuAddressSpace.h \
+	BulletMultiThreaded/SpuCollisionTaskProcess.h \
+	BulletMultiThreaded/PlatformDefinitions.h \
+	BulletMultiThreaded/vectormath2bullet.h \
+	BulletMultiThreaded/SpuGatheringCollisionDispatcher.h \
+	BulletMultiThreaded/SpuCollisionObjectWrapper.h \
+	BulletMultiThreaded/SpuSampleTaskProcess.h \
+	BulletMultiThreaded/SpuNarrowPhaseCollisionTask/boxBoxDistance.h \
+	BulletMultiThreaded/SpuNarrowPhaseCollisionTask/SpuVoronoiSimplexSolver.h \
+	BulletMultiThreaded/SpuNarrowPhaseCollisionTask/Box.h \
+	BulletMultiThreaded/SpuNarrowPhaseCollisionTask/SpuMinkowskiPenetrationDepthSolver.h \
+	BulletMultiThreaded/SpuNarrowPhaseCollisionTask/SpuGjkEpa2.h \
+	BulletMultiThreaded/SpuNarrowPhaseCollisionTask/SpuLocalSupport.h \
+	BulletMultiThreaded/SpuNarrowPhaseCollisionTask/SpuCollisionShapes.h \
+	BulletMultiThreaded/SpuNarrowPhaseCollisionTask/SpuGatheringCollisionTask.h \
+	BulletMultiThreaded/SpuNarrowPhaseCollisionTask/SpuGjkPairDetector.h \
+	BulletMultiThreaded/SpuNarrowPhaseCollisionTask/SpuEpaPenetrationDepthSolver.h \
+	BulletMultiThreaded/SpuNarrowPhaseCollisionTask/SpuConvexPenetrationDepthSolver.h \
+	BulletMultiThreaded/SpuNarrowPhaseCollisionTask/SpuContactResult.h \
+	BulletMultiThreaded/SpuNarrowPhaseCollisionTask/SpuPreferredPenetrationDirections.h \
+	BulletMultiThreaded/SpuRaycastTask/SpuRaycastTask.h \
+	BulletMultiThreaded/SpuRaycastTask/SpuSubSimplexConvexCast.h \
+	BulletMultiThreaded/SpuBatchRaycaster.h \
+	BulletMultiThreaded/SpuSync.h \
+	BulletMultiThreaded/btThreadSupportInterface.h \
+	BulletMultiThreaded/SpuLibspe2Support.h \
+	BulletMultiThreaded/SpuSampleTask/SpuSampleTask.h \
+	BulletMultiThreaded/SpuFakeDma.h \
+	BulletMultiThreaded/SpuContactManifoldCollisionAlgorithm.h \
+	BulletMultiThreaded/SpuDoubleBuffer.h \
+	BulletMultiThreaded/SpuSolverTask/SpuParallellSolverTask.h \
+	BulletMultiThreaded/SpuParallelSolver.h \
+	BulletMultiThreaded/Win32ThreadSupport.h \
+	BulletMultiThreaded/SequentialThreadSupport.h
 
-noinst_LIBRARIES	= libbulletmath.a libbulletcollision.a libbulletdynamics.a libbulletsoftbody.a libbulletmultithreaded.a
+lib_LTLIBRARIES	= libbulletmath.la libbulletcollision.la libbulletdynamics.la libbulletsoftbody.la libbulletmultithreaded.la
 
-libbulletmultithreaded_a_CXXFLAGS = ${CXXFLAGS} -I./BulletMultiThreaded/vectormath/scalar/cpp
-libbulletmultithreaded_a_SOURCES =\
+libbulletmultithreaded_la_CXXFLAGS = ${CXXFLAGS} -I./BulletMultiThreaded/vectormath/scalar/cpp
+libbulletmultithreaded_la_SOURCES =\
 		BulletMultiThreaded/SpuCollisionObjectWrapper.cpp \
 		BulletMultiThreaded/SpuSampleTask/SpuSampleTask.cpp \
 		BulletMultiThreaded/SpuLibspe2Support.cpp \
@@ -68,11 +115,11 @@
 		BulletMultiThreaded/SpuNarrowPhaseCollisionTask/Box.h
 
 else
-noinst_LIBRARIES	= libbulletmath.a libbulletcollision.a libbulletdynamics.a libbulletsoftbody.a
+lib_LTLIBRARIES	= libbulletmath.la libbulletcollision.la libbulletdynamics.la libbulletsoftbody.la
 endif
 
 
-libbulletmath_a_SOURCES	= \
+libbulletmath_la_SOURCES	= \
 		LinearMath/btQuickprof.cpp \
 		LinearMath/btGeometryUtil.cpp \
 		LinearMath/btAlignedAllocator.cpp \
@@ -101,7 +148,7 @@
 		LinearMath/btRandom.h
 
 
-libbulletcollision_a_SOURCES = \
+libbulletcollision_la_SOURCES = \
 		BulletCollision/NarrowPhaseCollision/btRaycastCallback.cpp \
 		BulletCollision/NarrowPhaseCollision/btMinkowskiPenetrationDepthSolver.cpp \
 		BulletCollision/NarrowPhaseCollision/btSubSimplexConvexCast.cpp \
@@ -271,7 +318,7 @@
                 BulletCollision/Gimpact/gim_memory.cpp\
                 BulletCollision/Gimpact/gim_tri_collision.cpp
 
-libbulletdynamics_a_SOURCES = \
+libbulletdynamics_la_SOURCES = \
 		BulletDynamics/Dynamics/btContinuousDynamicsWorld.cpp \
 		BulletDynamics/Dynamics/btRigidBody.cpp \
 		BulletDynamics/Dynamics/btSimpleDynamicsWorld.cpp \
@@ -314,7 +361,7 @@
 		BulletDynamics/Vehicle/btRaycastVehicle.h \
 		BulletDynamics/Vehicle/btWheelInfo.h
 
-libbulletsoftbody_a_SOURCES = \
+libbulletsoftbody_la_SOURCES = \
 		BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.cpp \
 		BulletSoftBody/btSoftBody.cpp \
 		BulletSoftBody/btSoftRigidCollisionAlgorithm.cpp \
@@ -334,3 +381,172 @@
 
 
 
+nobase_include_HEADERS += \
+	BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.h \
+	BulletSoftBody/btSoftBodyInternals.h \
+	BulletSoftBody/btSoftBodyConcaveCollisionAlgorithm.h \
+	BulletSoftBody/btSoftSoftCollisionAlgorithm.h \
+	BulletSoftBody/btSoftBody.h \
+	BulletSoftBody/btSoftBodyHelpers.h \
+	BulletSoftBody/btSparseSDF.h \
+	BulletSoftBody/btSoftRigidCollisionAlgorithm.h \
+	BulletSoftBody/btSoftRigidDynamicsWorld.h \
+	BulletDynamics/Vehicle/btRaycastVehicle.h \
+	BulletDynamics/Vehicle/btWheelInfo.h \
+	BulletDynamics/Vehicle/btVehicleRaycaster.h \
+	BulletDynamics/Dynamics/btContinuousDynamicsWorld.h \
+	BulletDynamics/Dynamics/btRigidBody.h \
+	BulletDynamics/Dynamics/btDynamicsWorld.h \
+	BulletDynamics/Dynamics/btSimpleDynamicsWorld.h \
+	BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h \
+	BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h \
+	BulletDynamics/ConstraintSolver/btSolverConstraint.h \
+	BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h \
+	BulletDynamics/ConstraintSolver/btTypedConstraint.h \
+	BulletDynamics/ConstraintSolver/btSliderConstraint.h \
+	BulletDynamics/ConstraintSolver/btConstraintSolver.h \
+	BulletDynamics/ConstraintSolver/btContactConstraint.h \
+	BulletDynamics/ConstraintSolver/btContactSolverInfo.h \
+	BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h \
+	BulletDynamics/ConstraintSolver/btJacobianEntry.h \
+	BulletDynamics/ConstraintSolver/btSolve2LinearConstraint.h \
+	BulletDynamics/ConstraintSolver/btConeTwistConstraint.h \
+	BulletDynamics/ConstraintSolver/btHingeConstraint.h \
+	BulletDynamics/ConstraintSolver/btSolverBody.h \
+	BulletDynamics/Character/btCharacterControllerInterface.h \
+	BulletDynamics/Character/btKinematicCharacterController.h \
+	BulletCollision/CollisionShapes/btShapeHull.h \
+	BulletCollision/CollisionShapes/btConcaveShape.h \
+	BulletCollision/CollisionShapes/btCollisionMargin.h \
+	BulletCollision/CollisionShapes/btCompoundShape.h \
+	BulletCollision/CollisionShapes/btConvexHullShape.h \
+	BulletCollision/CollisionShapes/btCylinderShape.h \
+	BulletCollision/CollisionShapes/btTriangleMesh.h \
+	BulletCollision/CollisionShapes/btHeightfieldTerrainShape.h \
+	BulletCollision/CollisionShapes/btUniformScalingShape.h \
+	BulletCollision/CollisionShapes/btConvexPointCloudShape.h \
+	BulletCollision/CollisionShapes/btTetrahedronShape.h \
+	BulletCollision/CollisionShapes/btCapsuleShape.h \
+	BulletCollision/CollisionShapes/btSphereShape.h \
+	BulletCollision/CollisionShapes/btMultiSphereShape.h \
+	BulletCollision/CollisionShapes/btConvexInternalShape.h \
+	BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.h \
+	BulletCollision/CollisionShapes/btStridingMeshInterface.h \
+	BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h \
+	BulletCollision/CollisionShapes/btEmptyShape.h \
+	BulletCollision/CollisionShapes/btOptimizedBvh.h \
+	BulletCollision/CollisionShapes/btConvexTriangleMeshShape.h \
+	BulletCollision/CollisionShapes/btTriangleCallback.h \
+	BulletCollision/CollisionShapes/btTriangleIndexVertexMaterialArray.h \
+	BulletCollision/CollisionShapes/btTriangleIndexVertexArray.h \
+	BulletCollision/CollisionShapes/btTriangleBuffer.h \
+	BulletCollision/CollisionShapes/btConvexShape.h \
+	BulletCollision/CollisionShapes/btStaticPlaneShape.h \
+	BulletCollision/CollisionShapes/btConeShape.h \
+	BulletCollision/CollisionShapes/btCollisionShape.h \
+	BulletCollision/CollisionShapes/btTriangleShape.h \
+	BulletCollision/CollisionShapes/btBoxShape.h \
+	BulletCollision/CollisionShapes/btMinkowskiSumShape.h \
+	BulletCollision/CollisionShapes/btTriangleMeshShape.h \
+	BulletCollision/CollisionShapes/btMaterial.h \
+	BulletCollision/CollisionShapes/btMultimaterialTriangleMeshShape.h \
+	BulletCollision/CollisionShapes/btPolyhedralConvexShape.h \
+	BulletCollision/NarrowPhaseCollision/btConvexCast.h \
+	BulletCollision/NarrowPhaseCollision/btGjkEpa2.h \
+	BulletCollision/NarrowPhaseCollision/btSimplexSolverInterface.h \
+	BulletCollision/NarrowPhaseCollision/btContinuousConvexCollision.h \
+	BulletCollision/NarrowPhaseCollision/btConvexPenetrationDepthSolver.h \
+	BulletCollision/NarrowPhaseCollision/btGjkConvexCast.h \
+	BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.h \
+	BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h \
+	BulletCollision/NarrowPhaseCollision/btPersistentManifold.h \
+	BulletCollision/NarrowPhaseCollision/btManifoldPoint.h \
+	BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h \
+	BulletCollision/NarrowPhaseCollision/btGjkEpaPenetrationDepthSolver.h \
+	BulletCollision/NarrowPhaseCollision/btRaycastCallback.h \
+	BulletCollision/NarrowPhaseCollision/btSubSimplexConvexCast.h \
+	BulletCollision/NarrowPhaseCollision/btPointCollector.h \
+	BulletCollision/NarrowPhaseCollision/btMinkowskiPenetrationDepthSolver.h \
+	BulletCollision/BroadphaseCollision/btDbvt.h \
+	BulletCollision/BroadphaseCollision/btDispatcher.h \
+	BulletCollision/BroadphaseCollision/btDbvtBroadphase.h \
+	BulletCollision/BroadphaseCollision/btSimpleBroadphase.h \
+	BulletCollision/BroadphaseCollision/btCollisionAlgorithm.h \
+	BulletCollision/BroadphaseCollision/btOverlappingPairCallback.h \
+	BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h \
+	BulletCollision/BroadphaseCollision/btQuantizedBvh.h \
+	BulletCollision/BroadphaseCollision/btAxisSweep3.h \
+	BulletCollision/BroadphaseCollision/btBroadphaseInterface.h \
+	BulletCollision/BroadphaseCollision/btOverlappingPairCache.h \
+	BulletCollision/BroadphaseCollision/btBroadphaseProxy.h \
+	BulletCollision/CollisionDispatch/btUnionFind.h \
+	BulletCollision/CollisionDispatch/btCollisionConfiguration.h \
+	BulletCollision/CollisionDispatch/btCollisionDispatcher.h \
+	BulletCollision/CollisionDispatch/SphereTriangleDetector.h \
+	BulletCollision/CollisionDispatch/btEmptyCollisionAlgorithm.h \
+	BulletCollision/CollisionDispatch/btCollisionWorld.h \
+	BulletCollision/CollisionDispatch/btCollisionCreateFunc.h \
+	BulletCollision/CollisionDispatch/btSphereTriangleCollisionAlgorithm.h \
+	BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.h \
+	BulletCollision/CollisionDispatch/btCollisionObject.h \
+	BulletCollision/CollisionDispatch/btConvexPlaneCollisionAlgorithm.h \
+	BulletCollision/CollisionDispatch/btBoxBoxCollisionAlgorithm.h \
+	BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h \
+	BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.h \
+	BulletCollision/CollisionDispatch/btSphereBoxCollisionAlgorithm.h \
+	BulletCollision/CollisionDispatch/btGhostObject.h \
+	BulletCollision/CollisionDispatch/btSimulationIslandManager.h \
+	BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.h \
+	BulletCollision/CollisionDispatch/btConvexConcaveCollisionAlgorithm.h \
+	BulletCollision/CollisionDispatch/btBoxBoxDetector.h \
+	BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.h \
+	BulletCollision/CollisionDispatch/btManifoldResult.h \
+	BulletCollision/Gimpact/gim_memory.h \
+	BulletCollision/Gimpact/gim_clip_polygon.h \
+	BulletCollision/Gimpact/gim_bitset.h \
+	BulletCollision/Gimpact/gim_linear_math.h \
+	BulletCollision/Gimpact/btGeometryOperations.h \
+	BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h \
+	BulletCollision/Gimpact/btGImpactBvh.h \
+	BulletCollision/Gimpact/gim_box_set.h \
+	BulletCollision/Gimpact/gim_array.h \
+	BulletCollision/Gimpact/btGImpactShape.h \
+	BulletCollision/Gimpact/btTriangleShapeEx.h \
+	BulletCollision/Gimpact/btClipPolygon.h \
+	BulletCollision/Gimpact/gim_box_collision.h \
+	BulletCollision/Gimpact/gim_tri_collision.h \
+	BulletCollision/Gimpact/gim_geometry.h \
+	BulletCollision/Gimpact/gim_math.h \
+	BulletCollision/Gimpact/btQuantization.h \
+	BulletCollision/Gimpact/btGImpactQuantizedBvh.h \
+	BulletCollision/Gimpact/gim_geom_types.h \
+	BulletCollision/Gimpact/gim_basic_geometry_operations.h \
+	BulletCollision/Gimpact/gim_contact.h \
+	BulletCollision/Gimpact/gim_hash_table.h \
+	BulletCollision/Gimpact/gim_radixsort.h \
+	BulletCollision/Gimpact/btGImpactMassUtil.h \
+	BulletCollision/Gimpact/btGenericPoolAllocator.h \
+	BulletCollision/Gimpact/btBoxCollision.h \
+	BulletCollision/Gimpact/btContactProcessing.h \
+	LinearMath/btGeometryUtil.h \
+	LinearMath/btConvexHull.h \
+	LinearMath/btList.h \
+	LinearMath/btMatrix3x3.h \
+	LinearMath/btVector3.h \
+	LinearMath/btPoolAllocator.h \
+	LinearMath/btScalar.h \
+	LinearMath/btDefaultMotionState.h \
+	LinearMath/btTransform.h \
+	LinearMath/btQuadWord.h \
+	LinearMath/btAabbUtil2.h \
+	LinearMath/btTransformUtil.h \
+	LinearMath/btRandom.h \
+	LinearMath/btQuaternion.h \
+	LinearMath/btMinMax.h \
+	LinearMath/btMotionState.h \
+	LinearMath/btIDebugDraw.h \
+	LinearMath/btAlignedAllocator.h \
+	LinearMath/btStackAlloc.h \
+	LinearMath/btAlignedObjectArray.h \
+	LinearMath/btHashMap.h \
+	LinearMath/btQuickprof.h






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-physics/bullet/files: bullet-2.73-autotools.patch
@ 2009-01-06 11:35 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2009-01-06 11:35 UTC (permalink / raw
  To: gentoo-commits

bicatali    09/01/06 11:35:21

  Modified:             bullet-2.73-autotools.patch
  Log:
  Fixed installation directory for include files and pkgconfig location, closing bug #253785
  (Portage version: 2.2_rc20/cvs/Linux 2.6.25-gentoo-r7 x86_64)

Revision  Changes    Path
1.2                  sci-physics/bullet/files/bullet-2.73-autotools.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/bullet/files/bullet-2.73-autotools.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/bullet/files/bullet-2.73-autotools.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/bullet/files/bullet-2.73-autotools.patch?r1=1.1&r2=1.2

Index: bullet-2.73-autotools.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/bullet/files/bullet-2.73-autotools.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bullet-2.73-autotools.patch	8 Dec 2008 00:29:02 -0000	1.1
+++ bullet-2.73-autotools.patch	6 Jan 2009 11:35:21 -0000	1.2
@@ -20,20 +20,20 @@
 -SUBDIRS=src Extras Demos/OpenGL Demos/BasicDemo Demos/TerrainDemo Demos/VehicleDemo Demos/CcdPhysicsDemo Demos/ColladaDemo Demos/SoftDemo Demos/AllBulletDemos
 -endif
 +SUBDIRS=src 
-+pkgconfigdir = $(libdir)
++pkgconfigdir = $(libdir)/pkgconfig
 +pkgconfig_DATA = bullet.pc
 diff -Nur bullet-2.73.orig/src/Makefile.am bullet-2.73/src/Makefile.am
 --- bullet-2.73.orig/src/Makefile.am	2008-12-07 23:23:55.000000000 +0000
 +++ bullet-2.73/src/Makefile.am	2008-12-07 23:24:05.000000000 +0000
 @@ -1,9 +1,56 @@
-+pkgincludedir = $(includedir)/@PACKAGE@
-+nobase_include_HEADERS = \
++bullet_includedir = $(includedir)/bullet
++nobase_bullet_include_HEADERS = \
 +	btBulletDynamicsCommon.h \
 +	Bullet-C-Api.h \
 +	btBulletCollisionCommon.h
 +
  if CONDITIONAL_BUILD_MULTITHREADED
-+nobase_include_HEADERS = \
++nobase_bullet_include_HEADERS += \
 +	BulletMultiThreaded/PosixThreadSupport.h \
 +	BulletMultiThreaded/SpuRaycastTaskProcess.h \
 +	BulletMultiThreaded/vectormath/scalar/cpp/mat_aos.h \
@@ -130,7 +130,7 @@
  
  
  
-+nobase_include_HEADERS += \
++nobase_bullet_include_HEADERS += \
 +	BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.h \
 +	BulletSoftBody/btSoftBodyInternals.h \
 +	BulletSoftBody/btSoftBodyConcaveCollisionAlgorithm.h \






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-01-06 11:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-06 11:35 [gentoo-commits] gentoo-x86 commit in sci-physics/bullet/files: bullet-2.73-autotools.patch Sebastien Fabbro (bicatali)
  -- strict thread matches above, loose matches on Subject: below --
2008-12-08  0:29 Sebastien Fabbro (bicatali)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox