aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2012-06-25 17:44:23 -0500
committerJack Nagel2012-06-25 17:45:13 -0500
commit3e76adf131cb95d2c0d991985ea6e4b6e60ae319 (patch)
treed22d14391bbb92913c6e5eacfab5109d431403ef /Library/Formula
parent065a8682eccb9a726492bdff9d41025b5b77bdce (diff)
downloadhomebrew-3e76adf131cb95d2c0d991985ea6e4b6e60ae319.tar.bz2
portaudio: fix patch level
Fixes #12957. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-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 35a37bb10..2a4611f39 100644
--- a/Library/Formula/portaudio.rb
+++ b/Library/Formula/portaudio.rb
@@ -18,7 +18,7 @@ class Portaudio < Formula
# Fix PyAudio compilation on Lion
def patches
if MacOS.lion?
- "https://trac.macports.org/export/94150/trunk/dports/audio/portaudio/files/patch-include__pa_mac_core.h.diff"
+ { :p0 => "https://trac.macports.org/export/94150/trunk/dports/audio/portaudio/files/patch-include__pa_mac_core.h.diff" }
end
end