summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2007-08-02 12:14:45 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2007-08-02 12:14:45 +0000
commit6dc653ccabc0e9598eae56c9feb8a10fb0dd1974 (patch)
tree487221600e1c3a109468b93797812d425f84e3bd /x11
parentUpdate to 1.4.13. (diff)
Fix build on 64bit platforms
Notes
Notes: svn path=/head/; revision=196955
Diffstat (limited to 'x11')
-rw-r--r--x11/3ddesktop/files/patch-event.hpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/3ddesktop/files/patch-event.hpp b/x11/3ddesktop/files/patch-event.hpp
new file mode 100644
index 000000000000..8c2244d64517
--- /dev/null
+++ b/x11/3ddesktop/files/patch-event.hpp
@@ -0,0 +1,11 @@
+--- event.hpp.orig 2007-08-02 14:11:31.000000000 +0200
++++ event.hpp 2007-08-02 14:11:45.000000000 +0200
+@@ -74,7 +74,7 @@
+ list<Event *>::iterator k;
+ for (k = events.begin(); k != events.end(); ++k) {
+ Event *e = *k;
+- printf(":: Event %d 0x%x\n", e->type, (unsigned int)(e->function));
++ printf(":: Event %d 0x%x\n", e->type, (unsigned intptr_t)(e->function));
+ }
+ }
+