diff options
author | minskim <minskim@pkgsrc.org> | 2006-09-28 19:00:02 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-09-28 19:00:02 +0000 |
commit | 38c0e8debb6efd986dd980a4790d055a4d6f8b1a (patch) | |
tree | 762ec8f28f397f1a483fee719f5ac837c54d5b48 /x11 | |
parent | 1d5624090104ae95cab81951003e449ac4b062af (diff) | |
download | pkgsrc-38c0e8debb6efd986dd980a4790d055a4d6f8b1a.tar.gz |
Make this package build on 64-bit architectures. Patch provided by
Shaun Amott in PR 34257.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/paragui/distinfo | 3 | ||||
-rw-r--r-- | x11/paragui/patches/patch-aa | 13 |
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 |