| Age | Commit message (Collapse) | Author |
|
|
|
Closes #24076.
|
|
|
|
|
|
This fixes the build under superenv. I can actually reproduce the error
under stdenv as well, so there must be several factors that contribute
to it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #20645.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Also use std env when djvu is requested.
Closes #20787.
|
|
|
|
|
|
Closes #16830.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
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>
|
|
GS compiles properly with XQuartz. This is needed
for ghostview.
Closes #16924.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
gs-9.06 is designed to build with only `:libpng` these days, but it
fails to compile with superenv unless we specify that we don't
want to build with X11.
* Remove the `ENV['LIBS'] = some/X11/path`
* Add `--without-x` to fix a build error.
Fixes #14564
Closes #14596.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #12598.
|
|
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
|
|
|
|
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>
|
|
Fixes #10559.
Also added missing deps for osm2pgsql.
Removed some ACLOCAL_FLAGS stuff as in theory this is not set in ENV.rb. Would like to see if it causes trouble. Should just work now.
|
|
Way back in the day, Homebrew defaulted to LLVM/-O3. A lot of stuff
failed to compile, and a lot of stuff just took forever with -O4.
We don't default this way anymore, and in fact use -Os per Apple
guidelines.
So remove these old "fixes" since they are no longer needed.
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
More stable.
Closes #9866.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
An external library is never used.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Fix Ghostscript build with system libpng 1.5 plus make it use system expat and
freetype2 and homebrew jasper and libtiff Do not try to use system freetype if
OS version is below 10.7
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Also: The caveats reference an old and closed issue. Remove them.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
|
|
* Can use libtiff
* Uses internal jasper instead of HOMEBREW one
|
|
|
|
For serious.
|
|
Fixes #113.
|
|
brewkit.rb changes ENV destructively, so lets not do that everytime a formula
is required. Now it's possible for other tools to require a formula
description without worrying about side-effects.
|