diff options
Diffstat (limited to 'testing/evolution-data-server/iconv-10646.patch')
-rw-r--r-- | testing/evolution-data-server/iconv-10646.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/evolution-data-server/iconv-10646.patch b/testing/evolution-data-server/iconv-10646.patch deleted file mode 100644 index d3fee764f2..0000000000 --- a/testing/evolution-data-server/iconv-10646.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- ./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); |