This formula assumes that the aclocal include directory is
/usr/local/share/aclocal; this is not true if you have installed
homebrew into a different location (as I have done).
Using HOMEBREW_PREFIX instead of assuming /usr/local is the correct fix.
ClosesHomebrew/homebrew#14987.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
freetype will be default when I bottle it in the next few days but
until then this just adds an extra unbottled dependency to the
bottle which won't be used anyway.
X11 should default to being off on everything; it's not around by
default on Lion or Mountain Lion and in this case it breaks the
bottle to depend on it.
References Homebrew/homebrew#14714, Homebrew/homebrew#14948.
Bring wine-gecko up to date, add caveat for disabling incomplete implementation
of dwrite.dll.
ClosesHomebrew/homebrew#14973.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
As was done with imagemagick in commit
5fad22fc24bd8b0beb250e44d4fb4aec047d8189, add an option to
compile graphicsmagick without support for X.
Tested on ML.
ClosesHomebrew/homebrew#14968.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
On the mdf2iso website they say that their software is deprecated
and to use iat.
Iso9660 Analyzer Tool is a free utility tool for detecting the
structure of DVD/CD-ROM image file formats; the tool supports
many DVD/CD-ROM data image file formats.
- Works well with superenv.
- Use a named subdirectory for the include files because this
software uses common names like `debug.h`
ClosesHomebrew/homebrew#14952.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Ssreflect is an extension of Coq. It provides convenient notations,
several mathematical components, and other general purpose features.
The famous Four Colour Theorem was proved in Coq with the Ssreflect
extension.
ClosesHomebrew/homebrew#14836.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Gromacs depends on libraries from X11. The build breaks when linking to
libSM.dylib if the X11 dependency is not set.
ClosesHomebrew/homebrew#14935.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
The current code does not support this behavior, and the X11Dependency
will choke if symbols are passed in the tag field.
Future work will enable this.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Instead of requiring a full XCode install, we can use the `DEVELOPER_PATH`
environment variable to lie to `xcode-select` in a way that should restrict any
consequences to the Node build.
The examples require extra libraries, and aren't even part of the final
installation.
FixesHomebrew/homebrew#14756.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>