Ticket #64141: Portfile.patch
File Portfile.patch, 1.4 KB (added by bal-agates, 3 years ago) |
---|
-
Portfile
old new 12 12 mpi.setup 13 13 14 14 github.setup OSGeo gdal 3.3.1 v 15 revision 215 revision 3 16 16 checksums rmd160 7d2e737733248346201cad75987f258e065dc14d \ 17 17 sha256 48ab00b77d49f08cf66c60ccce55abb6455c3079f545e60c90ee7ce857bccb70 \ 18 18 size 12933888 … … 52 52 depends_lib-append port:zlib \ 53 53 port:zstd \ 54 54 port:libpng \ 55 port:tiff \ 56 port:libjpeg-turbo \ 55 57 port:lerc \ 56 58 port:expat \ 57 59 port:libxml2 \ … … 212 214 --without-liblzma \ 213 215 --without-heif \ 214 216 --with-png=yes \ 215 --with-libtiff= internal\217 --with-libtiff=${prefix} \ 216 218 --with-geotiff=internal \ 217 --with-jpeg= internal\219 --with-jpeg=${prefix} \ 218 220 --with-charls=yes \ 219 221 --with-gif=yes \ 220 222 --with-qhull=yes \