diff options
| author | Adam Vandenberg | 2009-11-23 10:22:25 -0800 |
|---|---|---|
| committer | Max Howell | 2009-12-12 16:24:19 +0000 |
| commit | 6fa1970a88528dd8be83ee0f8909fd782a2cf6ba (patch) | |
| tree | 143acba8324afe8057ef3cdef03ce51d59e52ede /Library | |
| parent | 859e041568cc139d215263926d7c121ff32a89f2 (diff) | |
| download | homebrew-6fa1970a88528dd8be83ee0f8909fd782a2cf6ba.tar.bz2 | |
Reformat portaudio
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/portaudio.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/portaudio.rb b/Library/Formula/portaudio.rb index fb633b04d..37f4885ea 100644 --- a/Library/Formula/portaudio.rb +++ b/Library/Formula/portaudio.rb @@ -12,9 +12,7 @@ class Portaudio <Formula # remove arch flags else we get errors like: # lipo: can't figure out the architecture type - ['-arch x86_64', '-arch ppc64', '-arch i386', '-arch ppc'].each do |arch| - inreplace "Makefile", arch, "" - end + inreplace "Makefile", /-arch (i386|x86_64|ppc|ppc64)/, "" system "make install" end |
