aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas Creager2010-10-06 14:42:41 -0400
committerAdam Vandenberg2010-10-06 18:56:52 -0700
commit014bef7ec5de8f23491febc3424c261ad50889bd (patch)
tree562878e6f3aae56808f4869962514b8ff043fc50
parentff5b66b26ea4407d7adf81aa79250164deff8309 (diff)
downloadhomebrew-014bef7ec5de8f23491febc3424c261ad50889bd.tar.bz2
pango fails with LLVM 2326
-rw-r--r--Library/Formula/pango.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/pango.rb b/Library/Formula/pango.rb
index a1a4a6e25..8b9da174f 100644
--- a/Library/Formula/pango.rb
+++ b/Library/Formula/pango.rb
@@ -14,6 +14,7 @@ class Pango <Formula
end
def install
+ fails_with_llvm "Undefined symbols when linking", :build => "2326"
system "./configure", "--prefix=#{prefix}", "--with-x"
system "make install"
end