tinymail: add patch to get past the iconv configure stage, tinymail will build again...
authorKoen Kooi <koen@openembedded.org>
Fri, 10 Nov 2006 11:48:15 +0000 (11:48 +0000)
committerKoen Kooi <koen@openembedded.org>
Fri, 10 Nov 2006 11:48:15 +0000 (11:48 +0000)
http://tinymail.org/trac/tinymail/changeset/1121

packages/tinymail/files/camel-lite-configure-hack.patch [new file with mode: 0644]
packages/tinymail/tinymail_svn.bb

diff --git a/packages/tinymail/files/camel-lite-configure-hack.patch b/packages/tinymail/files/camel-lite-configure-hack.patch
new file mode 100644 (file)
index 0000000..941f367
--- /dev/null
@@ -0,0 +1,18 @@
+--- /tmp/configure.ac  2006-11-10 12:33:24.000000000 +0100
++++ trunk/libtinymail-camel/camel-lite/configure.ac    2006-11-10 12:33:56.238554000 +0100
+@@ -157,15 +157,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"
index fef250d..0567ad3 100644 (file)
@@ -4,12 +4,13 @@ DESCRIPTION = "TinyMail is an attempt to create an E-mail framework for mobile d
 LICENSE = "GPL"
 
 PV = "0.0+svn${SRCDATE}"
-PR = "r1"
+PR = "r2"
 
 EXTRA_OECONF=" --disable-gnome --with-platform=gpe --with-html-component=none"
 
 SRC_URI = "svn://svn.tinymail.org/svn/tinymail/;module=trunk;proto=https \
-           file://gtk-doc.m4 \
+          file://camel-lite-configure-hack.patch;patch=1 \
+          file://gtk-doc.m4 \
            file://gtk-doc.make"
 
 inherit pkgconfig autotools