Ticket #12654: postgis.patch

File postgis.patch, 1.2 KB (added by frank.mcpherson@…, 17 years ago)
  • Portfile

    old new  
    1 # $Id: Portfile 22211 2007-02-21 23:24:27Z mww@macports.org $
     1# $Id: Portfile 28410 2007-08-30 14:16:38Z mww@macports.org $
    22
    33PortSystem 1.0
    44
    55name                    postgis
    6 version                 1.2.1
     6version                 1.3.1
    77revision                1
    88categories              databases
    99platforms               darwin
     
    1919
    2020homepage                http://postgis.refractions.net/
    2121master_sites    http://postgis.refractions.net/download/
    22 checksums               sha1 0a47bde414bf691fb624ead37cc119687aba14df
     22checksums               sha1 db8e954dfc19e73c2331358a396e2064d1333a72
    2323patchfiles              patch-extras-template_gis-postgis_env.sh.in
    2424
    2525depends_lib             port:postgresql82 port:geos port:proj
     
    3030                                --with-geos=${prefix}/bin/geos-config \
    3131                                --with-proj=${prefix}
    3232
    33 platform darwin 8 {
    34         configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
    35 }
     33build.args "ICONV_LDFLAGS=\"-L${prefix}/lib -liconv\""
    3634
    37 post-destroot {
    38         file rename ${destroot}/etc/default/postgis \
    39                 ${destroot}${prefix}/etc/postgis.default
     35platform darwin 8 {
     36        configure.compiler      gcc-4.0
    4037}
    4138