diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/pulseaudio.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/pulseaudio.rb b/Library/Formula/pulseaudio.rb index 058b09d2d..38ff6501f 100644 --- a/Library/Formula/pulseaudio.rb +++ b/Library/Formula/pulseaudio.rb @@ -24,6 +24,12 @@ class Pulseaudio < Formula depends_on "gtk+3" => :optional depends_on "jack" => :optional + # i386 patch per MacPorts + patch :p0 do + url "https://trac.macports.org/export/119615/trunk/dports/audio/pulseaudio/files/i386.patch" + sha1 "4193a6112f90d103875d2ca91462c26d811a9386" + end + fails_with :clang do build 421 cause "error: thread-local storage is unsupported for the current target" |
