aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libmikmod.rb
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/libmikmod.rb
parent009e3191b538f3d053b351dd65c0bea7d58d545f (diff)
downloadhomebrew-59cfef53ab2c1cb63788810e706206950773e54a.tar.bz2
Remove 'oos' comments from cmake-built stuff
Diffstat (limited to 'Library/Formula/libmikmod.rb')
-rw-r--r--Library/Formula/libmikmod.rb2
1 files changed, 1 insertions, 1 deletions
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"