aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/cpptest.rb
diff options
context:
space:
mode:
authornibbles 2bits2012-05-07 02:47:42 -0700
committerAdam Vandenberg2012-05-07 06:37:30 -0700
commit38d3c75ea966594da8137862c312ee86735273d1 (patch)
tree9a3c74cec664c38ca1e9d7f4a5037d57c1b0b54c /Library/Formula/cpptest.rb
parent88a641ad89c57fbe11ba6b7ac1152ed904b0dc5c (diff)
downloadhomebrew-38d3c75ea966594da8137862c312ee86735273d1.tar.bz2
ghostscript fix compile error with libtiff-4.0.1
The gs formula stopped working after libtiff was upgraded to 4.0.1. It gives an error `no rule to make target obj/libtiff_.dev`. Add the `--with-system-libtiff` flag so it compiles against 4.0.1. Remove the `--disable-debug` flag, which is not a valid option. Add deps on little-cms2 and jbig2dec and Add `lcms2` and `jbig2dec` to the `renames` variable so that gs will properly link against those two libraries that many people already have installed who deal with images frequently. Without those additions on systems with `lcms2` and `jbig2dec` installed, `configure` will find them but not link correctly against them. `autogen.sh` automatically calls configure and warns the user that it is running configure with no args, explaining how to put the args after `autogen.sh` if args are desired. Do that for head builds. It is proper and saves configure from being run twice when brewing head. Fixes #12098 Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/cpptest.rb')
0 files changed, 0 insertions, 0 deletions