diff options
Diffstat (limited to 'third_party/libtiff/0027-build-config.patch')
-rw-r--r-- | third_party/libtiff/0027-build-config.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libtiff/0027-build-config.patch b/third_party/libtiff/0027-build-config.patch index dcd860cb5d..ec1a205574 100644 --- a/third_party/libtiff/0027-build-config.patch +++ b/third_party/libtiff/0027-build-config.patch @@ -18,7 +18,7 @@ index 2a88cb75f..4d2d7c9d9 100644 +/* Sunliang.Liu 20110325. We should config the correct long size for tif + fax4decode optimize in tif_fax3.c -- Linux64 decode issue. + TESTDOC: Bug #23661 - z1.tif. */ -+#if _FX_CPU_ == _FX_WIN64_ || _FX_CPU_ == _FX_X64_ || _FX_CPU_ == _FX_IA64_ ++#if _FX_CPU_ == _FX_X64_ || _FX_CPU_ == _FX_IA64_ /* The size of `unsigned long', as computed by sizeof. */ -#define SIZEOF_UNSIGNED_LONG sizeOfULong +#define SIZEOF_UNSIGNED_LONG 8 |