diff options
| author | Adam Vandenberg | 2012-03-10 18:22:07 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-03-10 18:22:07 -0800 |
| commit | 59cfef53ab2c1cb63788810e706206950773e54a (patch) | |
| tree | e3fb8169f10b349b4384b2789b1623f3b6e16acc /Library/Formula/libmikmod.rb | |
| parent | 009e3191b538f3d053b351dd65c0bea7d58d545f (diff) | |
| download | homebrew-59cfef53ab2c1cb63788810e706206950773e54a.tar.bz2 | |
Remove 'oos' comments from cmake-built stuff
Diffstat (limited to 'Library/Formula/libmikmod.rb')
| -rw-r--r-- | Library/Formula/libmikmod.rb | 2 |
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" |
