summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-05-06 17:41:40 +0000
committerdholland <dholland@pkgsrc.org>2012-05-06 17:41:40 +0000
commit07425ea9323e526d7ee1e2aa1b88a7bb5884635b (patch)
tree1a1fbde41a523ec25fb57ac07f82ab828daa4b12 /chat
parent2af16f3d189c009352a691833034ee2fb9a6abfb (diff)
downloadpkgsrc-07425ea9323e526d7ee1e2aa1b88a7bb5884635b.tar.gz
Fix build with latest glib2.
Diffstat (limited to 'chat')
-rw-r--r--chat/loudmouth/distinfo3
-rw-r--r--chat/loudmouth/patches/patch-loudmouth_lm-error_c15
2 files changed, 17 insertions, 1 deletions
diff --git a/chat/loudmouth/distinfo b/chat/loudmouth/distinfo
index 1fd2777e417..63e3c4b2241 100644
--- a/chat/loudmouth/distinfo
+++ b/chat/loudmouth/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.15 2009/03/11 08:26:11 hasso Exp $
+$NetBSD: distinfo,v 1.16 2012/05/06 17:41:40 dholland Exp $
SHA1 (loudmouth-1.4.3.tar.bz2) = 55dd0475760f98ff0ba1f5c712c52ab776b432be
RMD160 (loudmouth-1.4.3.tar.bz2) = 59852d085f73d68b3c061b7192a484527843e67d
Size (loudmouth-1.4.3.tar.bz2) = 366818 bytes
SHA1 (patch-aa) = e45b47920468f681b53a4a6eb718a789c6eb0248
+SHA1 (patch-loudmouth_lm-error_c) = 479f2b469b6430d7743b270a9d70fde5829c6c56
diff --git a/chat/loudmouth/patches/patch-loudmouth_lm-error_c b/chat/loudmouth/patches/patch-loudmouth_lm-error_c
new file mode 100644
index 00000000000..0feba013c1d
--- /dev/null
+++ b/chat/loudmouth/patches/patch-loudmouth_lm-error_c
@@ -0,0 +1,15 @@
+$NetBSD: patch-loudmouth_lm-error_c,v 1.1 2012/05/06 17:41:40 dholland Exp $
+
+Fix build with latest glib2.
+
+--- loudmouth/lm-error.c~ 2008-10-29 20:48:15.000000000 +0000
++++ loudmouth/lm-error.c
+@@ -19,7 +19,7 @@
+ */
+
+ #include <config.h>
+-#include <glib/gerror.h>
++#include <glib.h>
+ #include "lm-error.h"
+
+ /**