Ticket #25346: mapnik-cairo.patch
File mapnik-cairo.patch, 851 bytes (added by macfreek (Freek Dijkstra), 14 years ago) |
---|
-
py26-mapnik/Portfile
old new 58 58 configure.pkg_config ${prefix}/bin/pkg-config 59 59 60 60 variant cairo description {Builds port with Cairo Support} { 61 configure.pkg_config_path ${prefix}/lib/pkgconfig:${prefix}/Library/Frameworks/Python.framework/Versions/2.6/lib/pkgconfig62 61 depends_lib-append path:lib/pkgconfig/cairomm-1.0.pc:cairomm 63 62 depends_lib-append port:py26-cairo 64 63 configure.args-delete CAIRO=False 65 64 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/ 66 66 } 67 67 68 68 variant postgis description {Builds port with PostGIS plugin} {