Ticket #21358: Portfile.diff

File Portfile.diff, 545 bytes (added by Veence (Vincent), 15 years ago)

Portfile patch

  • Portfile

    old new  
    6363
    6464set contribs    "adminpack dblink fuzzystrmatch lo uuid-ossp pg_buffercache pg_trgm pgcrypto tsearch2 vacuumlo xml2"
    6565
     66variant universal {
     67  pre-build {
     68    system "cd ${worksrcpath}/src/include && \
     69      patch < ${filespath}/patch_pg_config_h.diff && patch < ${filespath}/patch_postgres_h.diff"
     70  }
     71}
     72
    6673post-build {
    6774        foreach contrib ${contribs} {
    6875                system "cd ${worksrcpath}/contrib/${contrib}/ && ${build.cmd}"