aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMax Howell2011-09-01 14:32:52 +0100
committerMax Howell2011-09-01 14:35:33 +0100
commitc189b5b21ed59fa765984d0dc521a86cfad5057f (patch)
tree30e2291deb80d84c71bd2b70371aa0a16afedd38 /Library/Formula
parentecbd8abac2d52799683cccb24b2efd521044a52a (diff)
downloadhomebrew-c189b5b21ed59fa765984d0dc521a86cfad5057f.tar.bz2
SDL won't build with newest LLVM-GCC :(
Closes #7363.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/sdl.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/sdl.rb b/Library/Formula/sdl.rb
index b00ff1bf9..84bd8c1d4 100644
--- a/Library/Formula/sdl.rb
+++ b/Library/Formula/sdl.rb
@@ -13,8 +13,9 @@ class Sdl < Formula
inreplace files, '@prefix@', HOMEBREW_PREFIX
end
+ fails_with_llvm :build => 2335 # 2335.15.0 to be exact
+
def install
- fails_with_llvm
Sdl.use_homebrew_prefix %w[sdl.pc.in sdl-config.in]
# Sdl assumes X11 is present on UNIX