summaryrefslogtreecommitdiff
path: root/x11/XFree86-4-libraries/files/patch-ttcalc.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11/XFree86-4-libraries/files/patch-ttcalc.c')
-rw-r--r--x11/XFree86-4-libraries/files/patch-ttcalc.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11/XFree86-4-libraries/files/patch-ttcalc.c b/x11/XFree86-4-libraries/files/patch-ttcalc.c
deleted file mode 100644
index adac5b6be2cb..000000000000
--- a/x11/XFree86-4-libraries/files/patch-ttcalc.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- extras/FreeType/lib/ttcalc.c.orig Wed Jan 15 17:48:58 2003
-+++ extras/FreeType/lib/ttcalc.c Wed Jan 15 17:49:03 2003
-@@ -84,7 +84,7 @@
-
- while ( z )
- {
-- z = (unsigned INT64)z >> 1;
-+ z = (CARD64)z >> 1;
- j++;
- }
- return j - 1;