summaryrefslogtreecommitdiffstats
path: root/graphics/tiff
diff options
context:
space:
mode:
authormi <mi@FreeBSD.org>2004-11-15 20:26:13 +0000
committermi <mi@FreeBSD.org>2004-11-15 20:26:13 +0000
commit03ea28a153f92fec74aabd8dee120cd066e8ec06 (patch)
tree1b6f483e02c806e7781672244f314fc0e143d5a1 /graphics/tiff
parent7bd691b91eefbad4aa635cf1cc39367f310c4cc6 (diff)
downloadFreeBSD-ports-03ea28a153f92fec74aabd8dee120cd066e8ec06.zip
FreeBSD-ports-03ea28a153f92fec74aabd8dee120cd066e8ec06.tar.gz
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
Diffstat (limited to 'graphics/tiff')
-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 c95ec80..5178a02 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;
OpenPOWER on IntegriCloud