Changes between Version 1 and Version 3 of Ticket #477


Ignore:
Timestamp:
Sep 17, 2011, 9:54:15 AM (13 years ago)
Author:
hobu
Comment:

Attached is a patch that starts the attempt. I am unable to compile it because of the Lion ar/llvm bug https://svn.macports.org/ticket/30309

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #477 – Description

    v1 v3  
    33Something like:
    44{{{
    5 GEOSCoordSeq_set(const GEOSCoordSequence* s, double **val, unsigned int n)
     5GEOSCoordSeq_set(const GEOSCoordSequence* s, double *val, unsigned int n)
    66}}}