diff options
Diffstat (limited to 'Library/Formula/sound-touch.rb')
| -rw-r--r-- | Library/Formula/sound-touch.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/sound-touch.rb b/Library/Formula/sound-touch.rb index 5d57fcb1e..f3b344ebb 100644 --- a/Library/Formula/sound-touch.rb +++ b/Library/Formula/sound-touch.rb @@ -5,6 +5,8 @@ class SoundTouch < Formula homepage 'http://www.surina.net/soundtouch/' md5 '5456481d8707d2a2c27466ea64a099cb' + depends_on 'autoconf' => :build unless MacOS.xcode_version.to_f >= 4.3 + def install # SoundTouch has a small amount of inline assembly. The assembly has two labeled # jumps. When compiling with gcc optimizations the inline assembly is duplicated |
