Changes between Initial Version and Version 1 of Ticket #36470, comment 7


Ignore:
Timestamp:
Nov 18, 2012, 7:50:15 PM (11 years ago)
Author:
EJFielding (Eric Fielding)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36470, comment 7

    initial v1  
    1 As a temporary patch, I was able to get the existing pygrib 1.9.2 code to build with the change suggested by jmr above (voidp should be png_voidp). I went into the work directory of a failed build (py27-pygrib/work/pygrib-1.9.2) and edited these two files:
     1As a temporary patch, I was able to get the existing pygrib 1.9.2 code to build with the change suggested by jmr above (voidp should be png_voidp). I went into the work directory of a failed build (.../py27-pygrib/work/pygrib-1.9.2) and edited these two files:
    22
    33g2clib_src/dec_png.c [[BR]]
     
    55
    66On line 91 of both files, change "voidp" to "png_voidp".
     7
     8Then just run "port install" again.