summaryrefslogtreecommitdiff
path: root/packages/tinymail/libtinymail-0.0.3
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-10-30 15:23:36 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-10-30 15:23:36 +0000
commitff6db4227501fef91b4fc414b85b5f547e677247 (patch)
treeb5570be09e1181b6f1f4f5a694c27ee894643f17 /packages/tinymail/libtinymail-0.0.3
parenta43e2b53a23bbd6955209a01a8388508f9205857 (diff)
parenteef6f1d950d0772086452937e5cd11e21b303686 (diff)
merge of 'b3a66a0251c3a47228fa0f4ce4cdc78856bb70f3'
and 'b98d57aa4b2e59e402bec4959253416a68cbf4a2'
Diffstat (limited to 'packages/tinymail/libtinymail-0.0.3')
-rw-r--r--packages/tinymail/libtinymail-0.0.3/.mtn2git_empty0
-rw-r--r--packages/tinymail/libtinymail-0.0.3/no-iconv-detect.patch18
2 files changed, 18 insertions, 0 deletions
diff --git a/packages/tinymail/libtinymail-0.0.3/.mtn2git_empty b/packages/tinymail/libtinymail-0.0.3/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/tinymail/libtinymail-0.0.3/.mtn2git_empty
diff --git a/packages/tinymail/libtinymail-0.0.3/no-iconv-detect.patch b/packages/tinymail/libtinymail-0.0.3/no-iconv-detect.patch
new file mode 100644
index 0000000000..cfda4cb0f2
--- /dev/null
+++ b/packages/tinymail/libtinymail-0.0.3/no-iconv-detect.patch
@@ -0,0 +1,18 @@
+--- m4/ticonv.m4~ 2007-10-30 13:57:32.000000000 +0100
++++ trunk/m4/ticonv.m4 2007-10-30 13:57:32.000000000 +0100
+@@ -76,15 +76,6 @@
+
+ CFLAGS="$CFLAGS -I$srcdir"
+
+-AC_MSG_CHECKING(preferred charset formats for system iconv)
+-AC_RUN_IFELSE([AC_LANG_SOURCE([[
+-#define CONFIGURE_IN
+-#include "iconv-detect.c"
+-]])],[
+- AC_MSG_RESULT(found)
+-],[
+- AC_MSG_RESULT(not found)
+-],[])
+
+ CFLAGS="$save_CFLAGS"
+ LIBS="$save_LIBS"