aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/box2d.rb
AgeCommit message (Collapse)Author
2012-09-13box2d: disable examplesJack Nagel
The examples require extra libraries, and aren't even part of the final installation. Fixes #14756. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-22Use new std_cmake_args methodJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-10Remove 'oos' comments from cmake-built stuffAdam Vandenberg
2012-02-24Use "cd" instead of "Dir.chdir"Adam Vandenberg
* And "mkdir" isntead of "Dir.mkdir" * And "Dir[]" instead of "Dir.glob" * Also style fixes and nitpicks
2011-11-07box2d 2.2.1Nibbles 2bits
Upgrade box2d to version 2.2.1. Use new CMake arguments listed in the docs for compiling. Build out of source. No errors on Snow Leopard compiling with XCode-4.0.2 using clang-2.0.139 and llvm-2335.9. Closes #8483. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-12-02New formula: box2dkurayama
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>