🍻 Default formulae for the missing package manager for macOS
Find a file
Daniel Holtmann-Rice 943738a628 libplot: make use of libpng 1.5 compatible
Lion now includes libpng 1.5, which causes a "dereferencing pointer to
incomplete type" error when png_ptr->jmpbuf is accessed directly. Adding an
inreplace to change occurences of 'png_ptr->jmpbuf' to 'png_jmpbuf (png_ptr)' in
the file libplot/z_write.c fixes the build on Lion, and should have no effect on
Snow Leopard since the png_jmpbuf function has been present for several
versions.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-13 10:39:34 -07:00
Aliases sqlite: add alias 'sqlite3' 2011-08-10 10:54:52 -07:00
Formula libplot: make use of libpng 1.5 compatible 2011-08-13 10:39:34 -07:00