diff options
Diffstat (limited to 'Library/Formula/fontforge.rb')
| -rw-r--r-- | Library/Formula/fontforge.rb | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/Library/Formula/fontforge.rb b/Library/Formula/fontforge.rb index 1280fca9d..2e92c9d46 100644 --- a/Library/Formula/fontforge.rb +++ b/Library/Formula/fontforge.rb @@ -15,7 +15,10 @@ class Fontforge < Formula      [['--without-python', 'Build without Python.']]    end -  fails_with_llvm "Compiling cvexportdlg.c fails with error: initializer element is not constant", :build => 2336 +  fails_with :llvm do +    build 2336 +    cause "Compiling cvexportdlg.c fails with error: initializer element is not constant" +  end    def install      args = ["--prefix=#{prefix}", "--enable-double", "--without-freetype-bytecode"] | 
