Ticket #55244: Portfile.diff
File Portfile.diff, 723 bytes (added by mjl-, 7 years ago) |
---|
-
(a) Portfile-orig vs. (b) Portfile
a b 34 34 depends_lib port:geos\ 35 35 port:proj\ 36 36 port:libiconv\ 37 port:libxml2 37 port:libxml2 \ 38 port:json-c 38 39 39 40 # PostGIS 2.0 is not compatible with PostGIS 1.5 40 41 … … 109 110 configure.cflags-append \ 110 111 -Diconv=libiconv -Diconv_open=libiconv_open -Diconv_close=libiconv_close 111 112 112 # JSON-C new version is incompatible with this version of PostGIS113 configure.args-append -without-json114 113 115 114 # see https://trac.macports.org/wiki/UsingTheRightCompiler 116 115 configure.env-append CPPBIN=${configure.cpp}