Commit graph

4 commits

Author SHA1 Message Date
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
Jon Seymour
1ed4f6cadc gnuplot: enable png and pic2plot support
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-19 07:13:51 -07:00
Adam Vandenberg
4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Amitava
568d4adf63 The plotutils Package.
A GNU package for producing 2D plots in a variety of formats, built around an enhanced libplot C/C++ function library.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-30 18:25:02 -07:00