Ticket #26200: Portfile.diff

File Portfile.diff, 679 bytes (added by Veence (Vincent), 14 years ago)

Diff for Portfile

  • Portfile

    old new  
    5555# Patches for universal build
    5656
    5757post-configure {
    58         reinplace -E "s|XXX|${PYINST}|" ${worksrcpath}/swig/python/GNUmakefile
     58        reinplace -E "s|INST_PYMOD.*|INST_PYMOD = ${PYINST}|" \
     59                ${worksrcpath}/GDALmake.opt
     60
    5961        if {[variant_isset universal]} {
    6062                system "cd ${worksrcpath} && patch -p0 < ${portpath}/files/patch_cpl_config_h"
    6163        }
     
    207209
    208210livecheck.type  regex
    209211livecheck.url   http://download.osgeo.org/gdal/
    210 livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)\\.tar
    211  No newline at end of file
     212livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)\\.tar