From 83220f69a3a67de17cbed4099e12c2de9aa075b1 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 24 Oct 2014 14:16:06 +0000 Subject: testing/evolution-data-server: clean up patches add missing and remove unused --- testing/evolution-data-server/iconv-10646.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 testing/evolution-data-server/iconv-10646.patch (limited to 'testing/evolution-data-server/iconv-10646.patch') diff --git a/testing/evolution-data-server/iconv-10646.patch b/testing/evolution-data-server/iconv-10646.patch new file mode 100644 index 0000000000..d3fee764f2 --- /dev/null +++ b/testing/evolution-data-server/iconv-10646.patch @@ -0,0 +1,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); -- cgit v1.2.3