pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/loudmouth Fix build with latest glib2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4309c810ed55
branches:  trunk
changeset: 603458:4309c810ed55
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sun May 06 17:41:40 2012 +0000

description:
Fix build with latest glib2.

diffstat:

 chat/loudmouth/distinfo                           |   3 ++-
 chat/loudmouth/patches/patch-loudmouth_lm-error_c |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 74986a5ec837 -r 4309c810ed55 chat/loudmouth/distinfo
--- a/chat/loudmouth/distinfo   Sun May 06 17:41:30 2012 +0000
+++ b/chat/loudmouth/distinfo   Sun May 06 17:41:40 2012 +0000
@@ -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 -r 74986a5ec837 -r 4309c810ed55 chat/loudmouth/patches/patch-loudmouth_lm-error_c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/loudmouth/patches/patch-loudmouth_lm-error_c Sun May 06 17:41:40 2012 +0000
@@ -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"
+ 
+ /**



Home | Main Index | Thread Index | Old Index