aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2004-11-15 20:26:13 +0000
committerMikhail Teterin <mi@FreeBSD.org>2004-11-15 20:26:13 +0000
commitc430db3cd72cbaecd719364fb30dc2fd73bc3a13 (patch)
treec9a998819094fef6bc711bca0495d745699c6b8f /graphics
parent0d3ddff5ca5fd0a7ef418e8cc9af4bef32aa9d80 (diff)
downloadports-c430db3cd72cbaecd719364fb30dc2fd73bc3a13.tar.gz
ports-c430db3cd72cbaecd719364fb30dc2fd73bc3a13.zip
Quickly -- before anyone notices -- add another hunk to the just committed
patch. It is related the previous one and is discussed in the same thread http://remotesensing.org/pipermail/tiff/2004-October/000698.html
Notes
Notes: svn path=/head/; revision=121695
Diffstat (limited to 'graphics')
-rw-r--r--graphics/tiff/files/patch-float8
1 files changed, 8 insertions, 0 deletions
diff --git a/graphics/tiff/files/patch-float b/graphics/tiff/files/patch-float
index c95ec8069ac7..5178a026aa35 100644
--- a/graphics/tiff/files/patch-float
+++ b/graphics/tiff/files/patch-float
@@ -7,3 +7,11 @@
+ float xres = 0.0, yres = 0.0;
TIFFGetField(tif, TIFFTAG_IMAGEWIDTH, pw);
+@@ -543,5 +543,6 @@
+ {
+ uint32 w, h;
+- double ox, oy, prw, prh;
++ float ox, oy;
++ double prw, prh;
+ double scale = 1.0;
+ double left_offset = lm * PS_UNIT_SIZE;