pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/paragui Make this package build on 64-bit architec...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8a2d194ccf49
branches:  trunk
changeset: 519058:8a2d194ccf49
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Sep 28 19:00:02 2006 +0000

description:
Make this package build on 64-bit architectures.  Patch provided by
Shaun Amott in PR 34257.

diffstat:

 x11/paragui/distinfo         |   3 ++-
 x11/paragui/patches/patch-aa |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r b2c0362605a1 -r 8a2d194ccf49 x11/paragui/distinfo
--- a/x11/paragui/distinfo      Thu Sep 28 16:26:16 2006 +0000
+++ b/x11/paragui/distinfo      Thu Sep 28 19:00:02 2006 +0000
@@ -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 -r b2c0362605a1 -r 8a2d194ccf49 x11/paragui/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/paragui/patches/patch-aa      Thu Sep 28 19:00:02 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index