summaryrefslogtreecommitdiff
path: root/mail/claws-mail/patches/patch-src_common_defs_h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/claws-mail/patches/patch-src_common_defs_h')
-rw-r--r--mail/claws-mail/patches/patch-src_common_defs_h15
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/claws-mail/patches/patch-src_common_defs_h b/mail/claws-mail/patches/patch-src_common_defs_h
new file mode 100644
index 00000000000..21f89d98a14
--- /dev/null
+++ b/mail/claws-mail/patches/patch-src_common_defs_h
@@ -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>