aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ufraw.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/ufraw.rb')
-rw-r--r--Library/Formula/ufraw.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/ufraw.rb b/Library/Formula/ufraw.rb
index 358ae3643..cbcac3e02 100644
--- a/Library/Formula/ufraw.rb
+++ b/Library/Formula/ufraw.rb
@@ -13,7 +13,9 @@ class Ufraw < Formula
depends_on 'dcraw'
depends_on 'exiv2' => :optional
- fails_with_llvm "Compiling with LLVM gives a segfault while linking."
+ fails_with :llvm do
+ cause "Segfault while linking"
+ end
def install
system "./configure", "--disable-dependency-tracking",