summaryrefslogtreecommitdiff
path: root/chat/libpurple
diff options
context:
space:
mode:
authortnn <tnn>2007-08-13 13:57:47 +0000
committertnn <tnn>2007-08-13 13:57:47 +0000
commita2a3ba9401ce332c7896052782b9ffa6712ef876 (patch)
treeb8d16560cfed053a932cccf9f8618cfb5df7e505 /chat/libpurple
parent449614483845b4af57b454dc13d6988a2ef836b6 (diff)
downloadpkgsrc-a2a3ba9401ce332c7896052782b9ffa6712ef876.tar.gz
In finch components, patch a namespace collision of unknown origin.
Diffstat (limited to 'chat/libpurple')
-rw-r--r--chat/libpurple/distinfo3
-rw-r--r--chat/libpurple/patches/patch-ag26
2 files changed, 28 insertions, 1 deletions
diff --git a/chat/libpurple/distinfo b/chat/libpurple/distinfo
index 06b0e0ffdb7..625f5ebc4ca 100644
--- a/chat/libpurple/distinfo
+++ b/chat/libpurple/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2007/08/13 12:42:07 tnn Exp $
+$NetBSD: distinfo,v 1.5 2007/08/13 13:57:47 tnn Exp $
SHA1 (pidgin-2.1.0.tar.bz2) = 33f78d07c3c7797a710bb7d2032a8d0bd89a6ab3
RMD160 (pidgin-2.1.0.tar.bz2) = d04437251fbea8a1902621ebdf98f6fdc826a6d4
@@ -6,3 +6,4 @@ Size (pidgin-2.1.0.tar.bz2) = 7772942 bytes
SHA1 (patch-ab) = cba3d381e62a5c4976467eee106a3700c4e771be
SHA1 (patch-ae) = 82cc41e44609480f30062f922ca6001d57336862
SHA1 (patch-af) = 047d03f91ef386a92e302e7fa2c46ad2d08214e4
+SHA1 (patch-ag) = 0ec16d0937584f63cded37e3085425d0153c24ee
diff --git a/chat/libpurple/patches/patch-ag b/chat/libpurple/patches/patch-ag
new file mode 100644
index 00000000000..83050c61902
--- /dev/null
+++ b/chat/libpurple/patches/patch-ag
@@ -0,0 +1,26 @@
+$NetBSD: patch-ag,v 1.1 2007/08/13 13:57:47 tnn Exp $
+
+--- finch/libgnt/wms/s.c.orig 2007-06-23 05:06:32.000000000 +0200
++++ finch/libgnt/wms/s.c
+@@ -15,10 +15,10 @@
+
+ #define TYPE_S (s_get_gtype())
+
+-typedef struct _S
++typedef struct _Sfoo
+ {
+ GntWM inherit;
+-} S;
++} Sfoo;
+
+ typedef struct _SClass
+ {
+@@ -205,7 +205,7 @@ GType s_get_gtype(void)
+ (GClassInitFunc)s_class_init,
+ NULL,
+ NULL, /* class_data */
+- sizeof(S),
++ sizeof(Sfoo),
+ 0, /* n_preallocs */
+ NULL, /* instance_init */
+ NULL