summaryrefslogtreecommitdiff
path: root/x11/paragui
diff options
context:
space:
mode:
authorminskim <minskim>2006-09-28 19:00:02 +0000
committerminskim <minskim>2006-09-28 19:00:02 +0000
commit53af9a7869fc44125f56cdb1f10f8c0281cc9137 (patch)
tree762ec8f28f397f1a483fee719f5ac837c54d5b48 /x11/paragui
parent70bc6944ceb8ef4bdc17f1a9040f04ccb0b0fc51 (diff)
downloadpkgsrc-53af9a7869fc44125f56cdb1f10f8c0281cc9137.tar.gz
Make this package build on 64-bit architectures. Patch provided by
Shaun Amott in PR 34257.
Diffstat (limited to 'x11/paragui')
-rw-r--r--x11/paragui/distinfo3
-rw-r--r--x11/paragui/patches/patch-aa13
2 files changed, 15 insertions, 1 deletions
diff --git a/x11/paragui/distinfo b/x11/paragui/distinfo
index d1325f82853..23c97a36077 100644
--- a/x11/paragui/distinfo
+++ b/x11/paragui/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2005/05/06 20:58:08 wiz Exp $
+$NetBSD: distinfo,v 1.5 2006/09/28 19:00:02 minskim Exp $
SHA1 (paragui-1.0.4.tar.gz) = 3e412618b77499bf08a3eb478fec38f0a35ce86f
RMD160 (paragui-1.0.4.tar.gz) = c6352dfe99344bf2dc604784ac8ef0a80dbcb5ad
Size (paragui-1.0.4.tar.gz) = 1089511 bytes
+SHA1 (patch-aa) = f4c72aed471674e0cbed473ecbcee18895a5aaba
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