aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2009-11-23 10:22:25 -0800
committerMax Howell2009-12-12 16:24:19 +0000
commit6fa1970a88528dd8be83ee0f8909fd782a2cf6ba (patch)
tree143acba8324afe8057ef3cdef03ce51d59e52ede /Library
parent859e041568cc139d215263926d7c121ff32a89f2 (diff)
downloadhomebrew-6fa1970a88528dd8be83ee0f8909fd782a2cf6ba.tar.bz2
Reformat portaudio
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/portaudio.rb4
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