summaryrefslogtreecommitdiffstats
path: root/testing/evolution-data-server/iconv-10646.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-10-24 14:16:06 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-10-24 14:16:06 +0000
commit83220f69a3a67de17cbed4099e12c2de9aa075b1 (patch)
tree14431ca4c334e0cab36253713b3f6ecd61623890 /testing/evolution-data-server/iconv-10646.patch
parent4f6f93027b83ef6c3dc90f6c0512ab6d0e9b11f8 (diff)
downloadaports-83220f69a3a67de17cbed4099e12c2de9aa075b1.tar.bz2
aports-83220f69a3a67de17cbed4099e12c2de9aa075b1.tar.xz
testing/evolution-data-server: clean up patches
add missing and remove unused
Diffstat (limited to 'testing/evolution-data-server/iconv-10646.patch')
-rw-r--r--testing/evolution-data-server/iconv-10646.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/evolution-data-server/iconv-10646.patch b/testing/evolution-data-server/iconv-10646.patch
new file mode 100644
index 000000000..d3fee764f
--- /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);