Ticket #48172: Portfile-tiff.diff
File Portfile-tiff.diff, 1.4 KB (added by Schamschula (Marius Schamschula), 9 years ago) |
---|
-
Portfile
old new 6 6 PortGroup muniversal 1.0 7 7 8 8 name tiff 9 version 4.0.3 10 revision 4 9 version 4.0.4 11 10 categories graphics 12 11 platforms darwin 13 12 license BSD … … 35 34 http://dl.maptools.org/dl/libtiff/ \ 36 35 freebsd 37 36 38 checksums rmd160 eacd725fb3c299682c1c2e508049d98acd170f31\39 sha256 ea1aebe282319537fb2d4d7805f478dd4e0e05c33d0928baba76a7c96368487237 checksums rmd160 351a72505dce4a679df023b7f3870c389d7df4c7 \ 38 sha256 8cb1d90c96f61cdfc0bcf036acc251c9dbe6320334da941c7a83cfe1576ef890 40 39 41 40 depends_lib port:jpeg \ 42 41 port:xz \ … … 51 50 # first patch fixes two problems 52 51 # have typedefs be consistent with OSX headers (see http://trac.macports.org/ticket/41280) 53 52 # 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)55 53 # prevent configure script from finding X11 OpenGL (e.g. mesa & freeglut) 56 54 patchfiles patch-configure.ac.diff \ 57 patch-tiffgt.c.diff \58 55 patch-acinclude.m4.diff 59 56 60 57 configure.args --disable-jbig \