Ticket #64141: Portfile.patch

File Portfile.patch, 1.4 KB (added by bal-agates, 2 years ago)

gdal Portfile proposed revision 3 changes

  • Portfile

    old new  
    1212mpi.setup
    1313
    1414github.setup        OSGeo gdal 3.3.1 v
    15 revision            2
     15revision            3
    1616checksums           rmd160  7d2e737733248346201cad75987f258e065dc14d \
    1717                    sha256  48ab00b77d49f08cf66c60ccce55abb6455c3079f545e60c90ee7ce857bccb70 \
    1818                    size    12933888
     
    5252depends_lib-append  port:zlib \
    5353                    port:zstd \
    5454                    port:libpng \
     55                    port:tiff \
     56                    port:libjpeg-turbo \
    5557                    port:lerc \
    5658                    port:expat \
    5759                    port:libxml2 \
     
    212214                    --without-liblzma                   \
    213215                    --without-heif                      \
    214216                    --with-png=yes                      \
    215                     --with-libtiff=internal             \
     217                    --with-libtiff=${prefix}            \
    216218                    --with-geotiff=internal             \
    217                     --with-jpeg=internal                \
     219                    --with-jpeg=${prefix}               \
    218220                    --with-charls=yes                   \
    219221                    --with-gif=yes                      \
    220222                    --with-qhull=yes                    \