Ticket #32451: Portfile-gdal.diff

File Portfile-gdal.diff, 576 bytes (added by shirshegsm@…, 12 years ago)

Portfile patch

  • Portfile

    old new  
    224224        configure.args-append   --with-pg=${prefix}/lib/postgresql90/bin/pg_config
    225225}
    226226
     227variant postgresql91 description {Enable PostgreSQL 9.1 support} {
     228        depends_lib-append              port:postgresql91
     229        configure.args-delete   --without-pg
     230        configure.args-append   --with-pg=${prefix}/lib/postgresql91/bin/pg_config
     231}
     232
    227233variant mysql5 description {Enable MySQL 5 support} {
    228234        depends_lib-append              path:bin/mysql_config5:mysql5
    229235        configure.args-delete   --without-mysql