Ticket #25346: mapnik-cairo.patch

File mapnik-cairo.patch, 851 bytes (added by macfreek (Freek Dijkstra), 14 years ago)

Patch for py26-mapnik Portfile

  • py26-mapnik/Portfile

    old new  
    5858configure.pkg_config ${prefix}/bin/pkg-config
    5959
    6060variant cairo description {Builds port with Cairo Support} {
    61     configure.pkg_config_path  ${prefix}/lib/pkgconfig:${prefix}/Library/Frameworks/Python.framework/Versions/2.6/lib/pkgconfig
    6261    depends_lib-append path:lib/pkgconfig/cairomm-1.0.pc:cairomm
    6362    depends_lib-append port:py26-cairo
    6463    configure.args-delete  CAIRO=False
    6564    configure.args-append  CAIRO=True
     65    configure.args-append  PKG_CONFIG_PATH=${prefix}/lib/pkgconfig:${prefix}/Library/Frameworks/Python.framework/Versions/2.6/lib/pkgconfig/
    6666}
    6767
    6868variant postgis description {Builds port with PostGIS plugin} {