Revert portaudio change

Fixes Homebrew/homebrew#966.
This commit is contained in:
Adam Vandenberg 2010-05-01 14:17:14 -07:00
parent 98cd0db396
commit 0dbbd44a46

View file

@ -12,7 +12,9 @@ class Portaudio <Formula
# remove arch flags else we get errors like: # remove arch flags else we get errors like:
# lipo: can't figure out the architecture type # 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" system "make install"
end end