diff options
Diffstat (limited to 'Library/Formula/graphicsmagick.rb')
| -rw-r--r-- | Library/Formula/graphicsmagick.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/graphicsmagick.rb b/Library/Formula/graphicsmagick.rb index fe7aea911..be365195e 100644 --- a/Library/Formula/graphicsmagick.rb +++ b/Library/Formula/graphicsmagick.rb @@ -33,6 +33,8 @@ class Graphicsmagick < Formula depends_on 'ghostscript' => :recommended if ghostscript_srsly? and x11? depends_on 'libpng' unless x11? + fails_with_llvm + def skip_clean? path path.extname == '.la' end @@ -46,7 +48,6 @@ class Graphicsmagick < Formula end def install - fails_with_llvm ENV.libpng ENV.O3 |
