require 'formula' class Ufraw :optional def install fails_with_llvm "Compiling with LLVM gives a segfault while linking." system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", "--without-gtk", "--without-gimp" system "make install" (share+'pixmaps').rmtree end end