diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libao.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/libao.rb b/Library/Formula/libao.rb index b563ae969..3e9e0e3ef 100644 --- a/Library/Formula/libao.rb +++ b/Library/Formula/libao.rb @@ -10,4 +10,11 @@ class Libao <Formula "--prefix=#{prefix}", "--disable-x" system "make install" end + + def patches + [ + # Fix build on OS X 10.4 and 10.5 (included in upcoming 1.0.1) + "https://trac.xiph.org/raw-attachment/ticket/1667/libao.patch" + ] + end end |
