diff options
| author | Adam Vandenberg | 2014-05-02 07:21:51 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2014-05-02 07:41:21 -0700 |
| commit | 31809148ff79ce28cfeb666ef59b4a1d68795cc1 (patch) | |
| tree | 02300376ffa2def25f050d382510735583fc3025 | |
| parent | 7f6d2aa811822d53e9dfe2061cb32adca45ef468 (diff) | |
| download | homebrew-31809148ff79ce28cfeb666ef59b4a1d68795cc1.tar.bz2 | |
pulseaudio: fix for i386
Closes #27351.
| -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" |
