This commits adds recommended deps on png, jpeg, and libtiff
to FontForge, otherwise it will get various build errors and
runtime problems doing some font conversions. Lilypond for one
needs this. Also add an option to build in Gif support to round
out the image handling.
ClosesHomebrew/homebrew#16001.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
The MacOS.version? family of methods (other than "leopard?") are poorly
defined and lead to confusing code. Replace them in formulae with more
explicit comparisons.
"MacOS.version" is a special version object that can be compared to
numerics, symbols, and strings using the standard Ruby comparison
methods.
The old methods were moved to compat when the version comparison code
was merged, and they must remain there "forever", but they should not be
used in new code.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
fontforge fails to build on 10.8 due to being designed for 10.7
through the use of `<FlatCarbon/Files.h>`. Force the formula
to use 10.7 SDK. Patch the hard-coded paths with the HB variable
`MacOS.sdk_path(10.7)}` as needed. Tested on 10.8 using clang
and from XCode-4.4.1.
FixesHomebrew/homebrew#14421ClosesHomebrew/homebrew#14482.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Build the Python extension by default and install it to the right location.
FixesHomebrew/homebrew#4689.
ClosesHomebrew/homebrew#12535.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Tried this build with Xcode 4.2/LLVM 2336.1.00 - still fails. Builds fine with
Clang.
FixesHomebrew/homebrew#8589.
ClosesHomebrew/homebrew#9711.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Be more specific about the edits we do to the make file.
We only want to change paths in the install section near the bottom.
Also take out `sudo` from the app linking instructions.