Patch tiff in 4.0.2 receipe to fix typedefs

This commit is contained in:
John Scipione
2014-06-03 21:23:33 +00:00
parent b8c6f6cd36
commit a626b1acfe
2 changed files with 29 additions and 2 deletions

View File

@@ -7,11 +7,9 @@ TIFF.
HOMEPAGE="http://www.libtiff.org"
SRC_URI="ftp://ftp.remotesensing.org/pub/libtiff/tiff-4.0.2.tar.gz"
CHECKSUM_SHA256="aa29f1f5bfe3f443c3eb4dac472ebde15adc8ff0464b83376f35e3b2fef935da"
REVISION="1"
LICENSE="MIT"
COPYRIGHT="1988-1997 Sam Leffler
1991-1997 Silicon Graphics, Inc."
REVISION="4"
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
@@ -43,6 +41,9 @@ BUILD_PREREQUIRES="
cmd:libtoolize
cmd:make
"
PATCHES="
tiff-4.0.2.patch
"
PATCH()
{