Ticket #21358: Portfile.diff
File Portfile.diff, 545 bytes (added by Veence (Vincent), 15 years ago) |
---|
-
Portfile
old new 63 63 64 64 set contribs "adminpack dblink fuzzystrmatch lo uuid-ossp pg_buffercache pg_trgm pgcrypto tsearch2 vacuumlo xml2" 65 65 66 variant 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 66 73 post-build { 67 74 foreach contrib ${contribs} { 68 75 system "cd ${worksrcpath}/contrib/${contrib}/ && ${build.cmd}"