pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/claws-mail Patch for building with the new glib2,...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/149def42797f
branches:  trunk
changeset: 603448:149def42797f
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sun May 06 16:48:34 2012 +0000

description:
Patch for building with the new glib2, from Dieter Roelants.

diffstat:

 mail/claws-mail/distinfo                        |   3 ++-
 mail/claws-mail/patches/patch-src_common_defs_h |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r 25104a98d711 -r 149def42797f mail/claws-mail/distinfo
--- a/mail/claws-mail/distinfo  Sun May 06 14:31:20 2012 +0000
+++ b/mail/claws-mail/distinfo  Sun May 06 16:48:34 2012 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.19 2011/09/12 17:43:05 drochner Exp $
+$NetBSD: distinfo,v 1.20 2012/05/06 16:48:34 dholland Exp $
 
 SHA1 (claws-mail-3.7.10.tar.bz2) = 6cdb5695bfff8f8eab2bcbfd5d98576ca37a5edd
 RMD160 (claws-mail-3.7.10.tar.bz2) = 6da263b0ccc313ab346648cdb9b5c128734621d5
@@ -9,3 +9,4 @@
 SHA1 (patch-ag) = 4e487c358b7da1317db07ecd7be5d36587c936c0
 SHA1 (patch-ah) = dbc2c4095ebee928e086c3d39c1fd11788613d49
 SHA1 (patch-bb) = 2d432d7c1c3869b76965adea77f05127796a27f5
+SHA1 (patch-src_common_defs_h) = f5c4342afb8fb57c359d75b72cb1cd695717b308
diff -r 25104a98d711 -r 149def42797f mail/claws-mail/patches/patch-src_common_defs_h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/claws-mail/patches/patch-src_common_defs_h   Sun May 06 16:48:34 2012 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_common_defs_h,v 1.1 2012/05/06 16:48:34 dholland Exp $
+
+Fix build with latest glib2.
+
+--- src/common/defs.h~ 2011-08-27 06:58:14.000000000 +0000
++++ src/common/defs.h
+@@ -24,7 +24,7 @@
+ #  include "config.h"
+ #endif
+ 
+-#include <glibconfig.h>
++#include <glib.h>
+ 
+ #ifdef G_OS_WIN32
+ #  include <glib/gwin32.h>



Home | Main Index | Thread Index | Old Index