aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libcaca.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2011-03-27 12:28:48 -0700
committerAdam Vandenberg2011-03-27 12:28:48 -0700
commit637c485ea94f692fe6ae49df44d24d552992731a (patch)
tree99fee4839df63850b4c30d9d02e63ed5e63fd35e /Library/Formula/libcaca.rb
parent82284fd299996ca58887263ae6df3c16e23cecb6 (diff)
downloadhomebrew-637c485ea94f692fe6ae49df44d24d552992731a.tar.bz2
libcaca - fails with llvm
Diffstat (limited to 'Library/Formula/libcaca.rb')
-rw-r--r--Library/Formula/libcaca.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/libcaca.rb b/Library/Formula/libcaca.rb
index 0bcb594c6..7b4e95242 100644
--- a/Library/Formula/libcaca.rb
+++ b/Library/Formula/libcaca.rb
@@ -9,6 +9,8 @@ class Libcaca < Formula
depends_on 'pkg-config' => :build
depends_on 'gettext'
+ fails_with_llvm "unsupported inline asm: input constraint with a matching output constraint of incompatible type!"
+
def install
# Some people can't compile when Java is enabled. See:
# https://github.com/mxcl/homebrew/issues/issue/2049