Ticket #5104: plotutils.diff

File plotutils.diff, 1.1 KB (added by rsorasen@…, 19 years ago)

Patch to make plotutils 2.4.1 compile on OS X 10.4.2

  • graphics/plotutils/files/patch-libplot_z_write.c

     
     1--- libplot/z_write.c.orig      2005-09-23 14:16:40.000000000 +0200
     2+++ libplot/z_write.c   2005-09-23 13:59:26.000000000 +0200
     3@@ -484,7 +484,7 @@
     4   ostream *stream;
     5 
     6   stream = (ostream *)png_get_io_ptr (png_ptr);
     7-  stream->write (data, length);
     8+  stream->write ((const char *)data, length);
     9 }
     10 
     11 static void
  • graphics/plotutils/Portfile

     
    2323depends_lib                     lib:libpng:libpng lib:libz:zlib
    2424
    2525patchfiles                      patch-libplot_g_write.c patch-libplot_n_write.c \
    26                                         patch-libplot_i_rle.c
     26                                        patch-libplot_i_rle.c patch-libplot_z_write.c
    2727
    2828configure.args          --without-x --enable-libplotter \
    2929                                        --mandir=${prefix}/share/man --infodir=${prefix}/share/info