aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-03-10 18:22:07 -0800
committerAdam Vandenberg2012-03-10 18:22:07 -0800
commit59cfef53ab2c1cb63788810e706206950773e54a (patch)
treee3fb8169f10b349b4384b2789b1623f3b6e16acc /Library/Formula
parent009e3191b538f3d053b351dd65c0bea7d58d545f (diff)
downloadhomebrew-59cfef53ab2c1cb63788810e706206950773e54a.tar.bz2
Remove 'oos' comments from cmake-built stuff
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/bali-phy.rb1
-rw-r--r--Library/Formula/box2d.rb1
-rw-r--r--Library/Formula/libmikmod.rb2
3 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/bali-phy.rb b/Library/Formula/bali-phy.rb
index 2da0f60df..1b34eaa13 100644
--- a/Library/Formula/bali-phy.rb
+++ b/Library/Formula/bali-phy.rb
@@ -12,7 +12,6 @@ class BaliPhy < Formula
# void operator()(const T& t){push_back(t);}
def install
- # docs say build oos
mkdir 'macbuild' do
system "../configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}",
diff --git a/Library/Formula/box2d.rb b/Library/Formula/box2d.rb
index 3ecaa691d..2a8fa45b9 100644
--- a/Library/Formula/box2d.rb
+++ b/Library/Formula/box2d.rb
@@ -8,7 +8,6 @@ class Box2d < Formula
depends_on 'cmake' => :build
def install
- # docs say build oos
cd 'Build' do
system "cmake -DBOX2D_INSTALL=ON -DBOX2D_BUILD_SHARED=ON #{std_cmake_parameters} .."
system "make install"
diff --git a/Library/Formula/libmikmod.rb b/Library/Formula/libmikmod.rb
index 283469ad1..1355b15ee 100644
--- a/Library/Formula/libmikmod.rb
+++ b/Library/Formula/libmikmod.rb
@@ -72,7 +72,7 @@ class Libmikmod < Formula
args << ((ARGV.include? '--with-debug') ? '--enable-debug' : '--disable-debug')
# autoreconf w/glibtoolize will fix PIC flags, flat_namespace from 2005 era code.
system "autoreconf -ivf"
- # An oos build is recommended in the documentation.
+
mkdir 'macbuild' do
system "../configure", *args
system "make"