aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ghostscript.rb
diff options
context:
space:
mode:
authorFelix Bùˆnemann2013-03-23 20:48:32 +0100
committerAdam Vandenberg2013-03-26 09:11:00 -0700
commit60aebcb73632beaf0cf6f44c7d84c9d72727630a (patch)
treec5a6fc7b54452bc8eed2bbdd095c6e106d42386a /Library/Formula/ghostscript.rb
parent7e209f0ce233d30439538f25ee7979cab0105734 (diff)
downloadhomebrew-60aebcb73632beaf0cf6f44c7d84c9d72727630a.tar.bz2
ghostscript 9.07
This update no longer builds against hombrew lcms2, because the modified version that ships with ghostscript is incompatible. Without this change the build would fail with this error: "_cmsPluginTHR", referenced from: _gscms_create in gsicc_lcms2.o ld: symbol(s) not found for architecture x86_64 Closes #18686. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/ghostscript.rb')
-rw-r--r--Library/Formula/ghostscript.rb7
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/ghostscript.rb b/Library/Formula/ghostscript.rb
index a3f2abf5a..7056d5983 100644
--- a/Library/Formula/ghostscript.rb
+++ b/Library/Formula/ghostscript.rb
@@ -8,8 +8,8 @@ end
class Ghostscript < Formula
homepage 'http://www.ghostscript.com/'
- url 'http://downloads.ghostscript.com/public/ghostscript-9.06.tar.gz'
- sha1 'a3de8ccb877ee9b7437a598196eb6afa11bf31dc'
+ url 'http://downloads.ghostscript.com/public/ghostscript-9.07.tar.gz'
+ sha1 'b04a88ea8d661fc53d4f7eac34d84456272afc06'
head 'git://git.ghostscript.com/ghostpdl.git'
@@ -24,7 +24,6 @@ class Ghostscript < Formula
depends_on 'jpeg'
depends_on 'libtiff'
depends_on 'jbig2dec'
- depends_on 'little-cms2'
depends_on :libpng
depends_on :x11 => '2.7.2' if build.include? 'with-x11'
@@ -37,7 +36,7 @@ class Ghostscript < Formula
# If the install version of any of these doesn't match
# the version included in ghostscript, we get errors
# Taken from the MacPorts portfile - http://bit.ly/ghostscript-portfile
- renames = %w(jpeg libpng tiff zlib lcms2 jbig2dec)
+ renames = %w(jpeg libpng tiff zlib jbig2dec)
renames << "freetype" if MacOS.version >= :lion
renames.each do |lib|
mv lib, "#{lib}_local"