diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-03 04:52:18 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-03 04:52:18 +0100 |
commit | daa4fb1d35e85ea559c2cbcdf421c6d497b2a297 (patch) | |
tree | 20440f976268741e479434c8fc46c527e7e838b1 /main/hylafaxplus | |
parent | 675c8cf37f43b8f622325167cd19d917643b9871 (diff) | |
download | aports-daa4fb1d35e85ea559c2cbcdf421c6d497b2a297.tar.bz2 aports-daa4fb1d35e85ea559c2cbcdf421c6d497b2a297.tar.xz |
main/hylafaxplus: remove obsolete patch
removed in 37a376dc57f95f6cc49de698b94e36e5148a2b30
Diffstat (limited to 'main/hylafaxplus')
-rw-r--r-- | main/hylafaxplus/libtiff-41-compatibility.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/main/hylafaxplus/libtiff-41-compatibility.patch b/main/hylafaxplus/libtiff-41-compatibility.patch deleted file mode 100644 index 8229ae5a85..0000000000 --- a/main/hylafaxplus/libtiff-41-compatibility.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff --git a/configure b/configure -old mode 100755 -new mode 100755 -index 7a47928440..8b16282615 ---- a/configure -+++ b/configure -@@ -2581,7 +2581,7 @@ EOF - echo '#define TIFFSTRIPBYTECOUNTS uint32' - echo '#define TIFFVERSION TIFF_VERSION' - echo '#define TIFFHEADER TIFFHeader';; -- 4.0) tiff_runlen_t="uint32" -+ 4.[01]) tiff_runlen_t="uint32" - tiff_offset_t="uint64" - echo '#define TIFFSTRIPBYTECOUNTS uint64' - echo '#define TIFFVERSION TIFF_VERSION_CLASSIC' |