aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas Creager2010-10-06 14:42:18 -0400
committerAdam Vandenberg2010-10-06 18:56:52 -0700
commit70f9cc5b42822df8e2724d1d5de8098a3dd2284e (patch)
tree871ee0ab78a34370f7f56ea49eb3a1f38253c25e
parent437b935c05c0677119d75ab7be9affa364137e09 (diff)
downloadhomebrew-70f9cc5b42822df8e2724d1d5de8098a3dd2284e.tar.bz2
jasper fails with LLVM 2326
-rw-r--r--Library/Formula/jasper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/jasper.rb b/Library/Formula/jasper.rb
index 137104334..41e7f6fb2 100644
--- a/Library/Formula/jasper.rb
+++ b/Library/Formula/jasper.rb
@@ -8,6 +8,7 @@ class Jasper <Formula
depends_on 'jpeg'
def install
+ fails_with_llvm "Undefined symbols when linking", :build => "2326"
system "./configure", "--disable-debug",
"--disable-dependency-tracking",
"--enable-shared",