diff options
| author | Adam Vandenberg | 2010-05-01 14:17:14 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-05-01 14:17:14 -0700 |
| commit | cd5035705ef3e226dab8e2964efd0b6a27931527 (patch) | |
| tree | bfe78b4d59210c096c5a9c0826ad87c27df5afda /Library/Formula | |
| parent | 249bc84a04de3c124c7aa861527b196965ef9c70 (diff) | |
| download | homebrew-cd5035705ef3e226dab8e2964efd0b6a27931527.tar.bz2 | |
Revert portaudio change
Fixes #966.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/portaudio.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/portaudio.rb b/Library/Formula/portaudio.rb index 37f4885ea..fb633b04d 100644 --- a/Library/Formula/portaudio.rb +++ b/Library/Formula/portaudio.rb @@ -12,7 +12,9 @@ class Portaudio <Formula # remove arch flags else we get errors like: # lipo: can't figure out the architecture type - inreplace "Makefile", /-arch (i386|x86_64|ppc|ppc64)/, "" + ['-arch x86_64', '-arch ppc64', '-arch i386', '-arch ppc'].each do |arch| + inreplace "Makefile", arch, "" + end system "make install" end |
