diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/jack.rb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/jack.rb b/Library/Formula/jack.rb index 5c4d8ea32..0949df80d 100644 --- a/Library/Formula/jack.rb +++ b/Library/Formula/jack.rb @@ -16,10 +16,8 @@ class Jack < Formula depends_on 'libsndfile' depends_on 'libsamplerate' - def patches - # Change pThread header include from CarbonCore - { :p0 => DATA } - end if MacOS.version >= :mountain_lion + # Change pThread header include from CarbonCore + patch :p0, :DATA if MacOS.version >= :mountain_lion plist_options :manual => "jackd -d coreaudio" |
