diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ufraw.rb | 1 |
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", |
