summaryrefslogtreecommitdiff
path: root/x11/paragui/patches
diff options
context:
space:
mode:
authorminskim <minskim>2006-09-28 19:00:02 +0000
committerminskim <minskim>2006-09-28 19:00:02 +0000
commit3bcebb3ae717731807d0066afd0db60f9226ab52 (patch)
tree762ec8f28f397f1a483fee719f5ac837c54d5b48 /x11/paragui/patches
parent19fa230f89d36e31ec46dea12dc59fd0a357ec02 (diff)
downloadpkgsrc-3bcebb3ae717731807d0066afd0db60f9226ab52.tar.gz
Make this package build on 64-bit architectures. Patch provided by
Shaun Amott in PR 34257.
Diffstat (limited to 'x11/paragui/patches')
-rw-r--r--x11/paragui/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/paragui/patches/patch-aa b/x11/paragui/patches/patch-aa
new file mode 100644
index 00000000000..20ee385c3ca
--- /dev/null
+++ b/x11/paragui/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2006/09/28 19:00:02 minskim Exp $
+
+--- include/pgtimerobject.h.orig 2003-01-04 21:13:38.000000000 +0000
++++ include/pgtimerobject.h
+@@ -32,7 +32,7 @@
+ #include "paragui.h"
+ #include <map>
+
+-typedef Uint32 PG_TimerID;
++typedef ptrdiff_t PG_TimerID;
+
+ /**
+ @author Alexander Pipelka