diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2001-04-11 14:11:53 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2001-04-11 14:11:53 +0000 |
commit | 0ab420e05e75097bdc60c4d936f991acdfbf9c68 (patch) | |
tree | eaa2300f1cedbbea2820989c4a5554e71c9e23f7 /graphics/lcms/files/patch-ab | |
parent | Add gnomermind 0.9.1, a puzzle game for Gnome, loosely based on the (diff) |
Ooops, this should've been part of my yesterday's commit...
Thanks to: Jaroshenko at mailru dot com
Notes
Notes:
svn path=/head/; revision=41285
Diffstat (limited to 'graphics/lcms/files/patch-ab')
-rw-r--r-- | graphics/lcms/files/patch-ab | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/graphics/lcms/files/patch-ab b/graphics/lcms/files/patch-ab deleted file mode 100644 index 4db3b692b82e..000000000000 --- a/graphics/lcms/files/patch-ab +++ /dev/null @@ -1,15 +0,0 @@ ---- source/cmsmtrx.c Thu May 18 18:08:13 2000 -+++ source/cmsmtrx.c Mon Oct 30 09:53:39 2000 -@@ -33,2 +33,3 @@ - #include "lcms.h" -+#include <sys/types.h> - -@@ -250,3 +251,3 @@ - #ifdef USE_INT64 -- __int64 l = (__int64) a * b + 0x8000i64; -+ u_int64_t l = (u_int64_t) a * b + (u_int64_t)0x8000; - return (Fixed32) (l >> 16); -@@ -711,2 +712,2 @@ - VEC3scaleAndCut(&r -> v[2], &v -> v[2], d); --} -+} |