Ticket #48172: Portfile-tiff.diff

File Portfile-tiff.diff, 1.4 KB (added by Schamschula (Marius Schamschula), 9 years ago)
  • Portfile

    old new  
    66PortGroup           muniversal 1.0
    77
    88name                tiff
    9 version             4.0.3
    10 revision            4
     9version             4.0.4
    1110categories          graphics
    1211platforms           darwin
    1312license             BSD
     
    3534                    http://dl.maptools.org/dl/libtiff/ \
    3635                    freebsd
    3736
    38 checksums           rmd160  eacd725fb3c299682c1c2e508049d98acd170f31 \
    39                     sha256  ea1aebe282319537fb2d4d7805f478dd4e0e05c33d0928baba76a7c963684872
     37checksums           rmd160  351a72505dce4a679df023b7f3870c389d7df4c7 \
     38                    sha256  8cb1d90c96f61cdfc0bcf036acc251c9dbe6320334da941c7a83cfe1576ef890
    4039
    4140depends_lib         port:jpeg \
    4241                    port:xz \
     
    5150# first patch fixes two problems
    5251#     have typedefs be consistent with OSX headers (see http://trac.macports.org/ticket/41280)
    5352#     prevent configure script from assuming that if we don't want X11, then we don't want OpenGL either
    54 # prevent tiff viewer from displaying a blank screen (see http://bugzilla.maptools.org/show_bug.cgi?id=2401)
    5553# prevent configure script from finding X11 OpenGL (e.g. mesa & freeglut)
    5654patchfiles          patch-configure.ac.diff  \
    57                     patch-tiffgt.c.diff      \
    5855                    patch-acinclude.m4.diff
    5956
    6057configure.args      --disable-jbig \