From 123aa17c8b479f197b506cfebc43fe7d98504bde Mon Sep 17 00:00:00 2001 From: DPorts Builder Date: Tue, 11 Nov 2014 02:41:41 -0800 Subject: [PATCH] Update net-p2p/gtkhx to version 0.9.4_8 --- net-p2p/gtkhx/Makefile | 2 +- net-p2p/gtkhx/files/patch-src__cicn.h | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 net-p2p/gtkhx/files/patch-src__cicn.h diff --git a/net-p2p/gtkhx/Makefile b/net-p2p/gtkhx/Makefile index 8b2610c4845..4fc66125bed 100644 --- a/net-p2p/gtkhx/Makefile +++ b/net-p2p/gtkhx/Makefile @@ -3,7 +3,7 @@ PORTNAME= gtkhx PORTVERSION= 0.9.4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net-p2p MASTER_SITES= SF diff --git a/net-p2p/gtkhx/files/patch-src__cicn.h b/net-p2p/gtkhx/files/patch-src__cicn.h new file mode 100644 index 00000000000..9b4b6ec7704 --- /dev/null +++ b/net-p2p/gtkhx/files/patch-src__cicn.h @@ -0,0 +1,23 @@ +--- src/cicn.h.orig 2014-11-05 22:52:21.000000000 -0800 ++++ src/cicn.h 2014-11-05 22:54:42.000000000 -0800 +@@ -1,7 +1,9 @@ ++#include ++ + #define TYPE_cicn 0x6369636e + +-typedef void *Ptr; +-typedef void **Handle; ++typedef uint32_t Ptr; ++typedef uint32_t Handle; + typedef guint32 Fixed; + + struct Rect { +@@ -39,7 +41,7 @@ + }; + + typedef struct ColorTable ColorTable; +-typedef ColorTable *CTabPtr, **CTabHandle; ++typedef uint32_t CTabHandle; + + struct PixMap { + Ptr baseAddr PACKED; /* pointer to pixels */ -- 2.41.0