summaryrefslogtreecommitdiffstats
path: root/testing/evolution-data-server/iconv-10646.patch
blob: d3fee764f247248953b45ece16eba428515209a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- ./camel/camel-iconv.c.orig
+++ ./camel/camel-iconv.c
@@ -38,6 +38,10 @@
 #include "camel-iconv.h"
 #include "iconv-detect.h"
 
+#ifndef ICONV_10646
+#define ICONV_10646 "iso-10646"
+#endif /*ICONV_10646*/
+
 #define cd(x)
 
 G_LOCK_DEFINE_STATIC (iconv);