aboutsummaryrefslogtreecommitdiffstats
path: root/x11/XFree86-4-libraries
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2003-01-16 09:59:00 +0800
committeranholt <anholt@FreeBSD.org>2003-01-16 09:59:00 +0800
commite2ce84296bf23f3e66a3f7edfc441c902af7549e (patch)
tree2c841245686811b2673fdac8d27f731918685310 /x11/XFree86-4-libraries
parenta63816cf169a07140270624ba1a65b182e24719d (diff)
downloadfreebsd-ports-gnome-e2ce84296bf23f3e66a3f7edfc441c902af7549e.tar.gz
freebsd-ports-gnome-e2ce84296bf23f3e66a3f7edfc441c902af7549e.tar.zst
freebsd-ports-gnome-e2ce84296bf23f3e66a3f7edfc441c902af7549e.zip
Fix build for IA64. Should not affect architectures where this is already
building. Requested by: kkenn, marcel Obtained from: XFree86 CVS r1.5
Diffstat (limited to 'x11/XFree86-4-libraries')
-rw-r--r--x11/XFree86-4-libraries/files/patch-ttcalc.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/XFree86-4-libraries/files/patch-ttcalc.c b/x11/XFree86-4-libraries/files/patch-ttcalc.c
new file mode 100644
index 000000000000..adac5b6be2cb
--- /dev/null
+++ b/x11/XFree86-4-libraries/files/patch-ttcalc.c
@@ -0,0 +1,11 @@
+--- 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;