diff options
| author | Tim D. Smith | 2014-09-18 14:47:02 -0700 |
|---|---|---|
| committer | Tim D. Smith | 2014-09-18 17:19:45 -0700 |
| commit | db7711cbdcdd7af6f37df31bddfc4b1093491c80 (patch) | |
| tree | 121d803f03f1cc2369da6cef2a03136f40d051d5 /Library/Formula | |
| parent | 39287e877e0efc930e5414cae6d5dd106d5842cb (diff) | |
| download | homebrew-db7711cbdcdd7af6f37df31bddfc4b1093491c80.tar.bz2 | |
imagemagick: undisrecommend ghostscript
Closes #32412.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/graphicsmagick.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/imagemagick.rb | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/Library/Formula/graphicsmagick.rb b/Library/Formula/graphicsmagick.rb index a1da884a9..2e3989f54 100644 --- a/Library/Formula/graphicsmagick.rb +++ b/Library/Formula/graphicsmagick.rb @@ -35,8 +35,6 @@ class Graphicsmagick < Formula depends_on 'libwmf' => :optional depends_on 'ghostscript' => :optional - opoo '--with-ghostscript is not recommended' if build.with? 'ghostscript' - fails_with :llvm do build 2335 end diff --git a/Library/Formula/imagemagick.rb b/Library/Formula/imagemagick.rb index 06e5b17f9..3acd6a7a4 100644 --- a/Library/Formula/imagemagick.rb +++ b/Library/Formula/imagemagick.rb @@ -49,8 +49,6 @@ class Imagemagick < Formula depends_on "xz" - opoo "--with-ghostscript is not recommended" if build.with? "ghostscript" - def pour_bottle? # If libtool is keg-only it currently breaks the bottle. # This is a temporary workaround until we have a better fix. |
