aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorStein Magnus Jodal2010-06-08 20:21:13 +0200
committerAdam Vandenberg2010-06-08 11:26:40 -0700
commit391aec040489d89275798b4439e2cb47f733c3f1 (patch)
tree20181a422e2b4c7a6b6fb0c1c9b87c92a0dc1b5c /Library/Formula
parentbae98a709613243193128ed4eb2a436ac8f05eab (diff)
downloadhomebrew-391aec040489d89275798b4439e2cb47f733c3f1.tar.bz2
Fix libao build on OS X 10.4 and 10.5
Add patch from https://trac.xiph.org/ticket/1667 to make libao build on OS X 10.4 and 10.5. Patch will be included in libao 1.0.1 when it is released. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libao.rb7
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