diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2002-01-05 10:53:21 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2002-01-05 10:53:21 +0000 |
commit | 100babe355052f52b79ab76f28a3b0a42726ed83 (patch) | |
tree | 93f48cacaedd88833e4c2f5347b7f5365bacfa54 /graphics/lcms/files/patch-test | |
parent | o update to 1.8.1. (diff) |
Upgrade to 1.08. The tests report success on Alpha too (beast), even
though there are plenty of messages about unalligned access...
(Notably, the author incorporated almost all of our 32-bit related
patches).
PR: ports/33528
Submitted by: Lev A. Serebryakov
Diffstat (limited to 'graphics/lcms/files/patch-test')
-rw-r--r-- | graphics/lcms/files/patch-test | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/graphics/lcms/files/patch-test b/graphics/lcms/files/patch-test deleted file mode 100644 index 0d224b296513..000000000000 --- a/graphics/lcms/files/patch-test +++ /dev/null @@ -1,10 +0,0 @@ -Inititialize/clear more variables. Now this test works on Alphas too. ---- ../testbed/testcms.c Tue Feb 13 12:08:32 2001 -+++ ../testbed/testcms.c Wed Sep 5 10:04:07 2001 -@@ -582,5 +582,5 @@ - static void ClearStats(LPSTATS p) - { -- p -> x = p -> y = p -> x2 = p -> y2 = p -> xy -+ p -> n = p -> x = p -> y = p -> x2 = p -> y2 = p -> xy - = p -> Peak = 0.0; - } |