aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorCharlie Sharpsteen2011-11-09 14:33:29 -0800
committerCharlie Sharpsteen2011-11-09 14:39:49 -0800
commitf9add6aa421ef41f372b63fe3ae7034bc6c6a674 (patch)
tree2b6b41ad3b06d4c3727d89410e2e295c62a574c9 /Library
parent439ccb8c4de46659f604f1a741b7c6fa42600b0a (diff)
downloadhomebrew-f9add6aa421ef41f372b63fe3ae7034bc6c6a674.tar.bz2
Portaudio: Don't apply patches on Leopard
The SDK patches cause the build to fail on Leopard. Fixes #8510.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/portaudio.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/portaudio.rb b/Library/Formula/portaudio.rb
index ca787aeff..781fcc32a 100644
--- a/Library/Formula/portaudio.rb
+++ b/Library/Formula/portaudio.rb
@@ -20,7 +20,7 @@ class Portaudio < Formula
"https://trac.macports.org/export/77586/trunk/dports/audio/portaudio/files/patch-src__hostapi__coreaudio__pa_mac_core.c",
"https://trac.macports.org/export/77586/trunk/dports/audio/portaudio/files/patch-src__common__pa_types.h"
]}
- end
+ end unless MacOS.leopard?
def install
ENV.universal_binary if ARGV.build_universal?