[71845] trunk/dports/devel/bullet
stromnov at macports.org
stromnov at macports.org
Fri Sep 24 04:58:50 PDT 2010
Revision: 71845
http://trac.macports.org/changeset/71845
Author: stromnov at macports.org
Date: 2010-09-24 04:58:47 -0700 (Fri, 24 Sep 2010)
Log Message:
-----------
bullet: fix OpenCL headers for case-sensitive filesystems
Modified Paths:
--------------
trunk/dports/devel/bullet/Portfile
Added Paths:
-----------
trunk/dports/devel/bullet/files/
trunk/dports/devel/bullet/files/patch-btSoftBodySolverBuffer_OpenCL.h.diff
Modified: trunk/dports/devel/bullet/Portfile
===================================================================
--- trunk/dports/devel/bullet/Portfile 2010-09-24 11:36:43 UTC (rev 71844)
+++ trunk/dports/devel/bullet/Portfile 2010-09-24 11:58:47 UTC (rev 71845)
@@ -26,6 +26,8 @@
sha1 ff37c79efd8afd01b14c03154ad1c217e6ad3c09 \
rmd160 6fe822bf3150d33f0932fcb880d2d5a836d2cd88
+patchfiles patch-btSoftBodySolverBuffer_OpenCL.h.diff
+
configure.args-append \
-DCMAKE_INSTALL_PREFIX=${prefix} \
-DCMAKE_INSTALL_NAME_DIR=${prefix}/lib \
Added: trunk/dports/devel/bullet/files/patch-btSoftBodySolverBuffer_OpenCL.h.diff
===================================================================
--- trunk/dports/devel/bullet/files/patch-btSoftBodySolverBuffer_OpenCL.h.diff (rev 0)
+++ trunk/dports/devel/bullet/files/patch-btSoftBodySolverBuffer_OpenCL.h.diff 2010-09-24 11:58:47 UTC (rev 71845)
@@ -0,0 +1,18 @@
+--- src/BulletMultiThreaded/GpuSoftBodySolvers/OpenCL/btSoftBodySolverBuffer_OpenCL.h.orig 2010-09-24 15:17:03.000000000 +0400
++++ src/BulletMultiThreaded/GpuSoftBodySolvers/OpenCL/btSoftBodySolverBuffer_OpenCL.h 2010-09-24 15:17:19.000000000 +0400
+@@ -22,7 +22,7 @@
+ #include "MiniCL/cl.h"
+ #else //USE_MINICL
+ #ifdef __APPLE__
+- #include <OpenCL/OpenCL.h>
++ #include <OpenCL/opencl.h>
+ #else
+ #include <CL/cl.h>
+ #endif //__APPLE__
+@@ -191,4 +191,4 @@
+ }; // class btOpenCLBuffer
+
+
+-#endif // #ifndef BT_SOFT_BODY_SOLVER_BUFFER_OPENCL_H
+\ No newline at end of file
++#endif // #ifndef BT_SOFT_BODY_SOLVER_BUFFER_OPENCL_H
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100924/fba86760/attachment.html>
More information about the macports-changes
mailing list