aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAlexis Hildebrandt2010-09-29 12:32:38 +0200
committerAdam Vandenberg2010-09-29 08:25:19 -0700
commit2bfe9dc1f5876da3d2070f88aacf824b181bd236 (patch)
tree4584149d1282894f4a3c66fb1308c97d8dd7dcb6 /Library
parent2079a2b628458862446924228fc5f788717561e5 (diff)
downloadhomebrew-2bfe9dc1f5876da3d2070f88aacf824b181bd236.tar.bz2
Update Formula: ufraw
Fails with llvm with sigsegv during linking Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ufraw.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/ufraw.rb b/Library/Formula/ufraw.rb
index e79ca8181..c4f921e8a 100644
--- a/Library/Formula/ufraw.rb
+++ b/Library/Formula/ufraw.rb
@@ -14,6 +14,7 @@ class Ufraw <Formula
depends_on 'exiv2' => :optional
def install
+ fails_with_llvm "Compiling with LLVM gives a segfault while linking."
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--without-gtk",