diff options
| author | Jack Nagel | 2012-06-25 17:44:23 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-06-25 17:45:13 -0500 |
| commit | 3e76adf131cb95d2c0d991985ea6e4b6e60ae319 (patch) | |
| tree | d22d14391bbb92913c6e5eacfab5109d431403ef /Library | |
| parent | 065a8682eccb9a726492bdff9d41025b5b77bdce (diff) | |
| download | homebrew-3e76adf131cb95d2c0d991985ea6e4b6e60ae319.tar.bz2 | |
portaudio: fix patch level
Fixes #12957.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/portaudio.rb | 2 |
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 |
