diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-10-30 14:23:19 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-10-30 14:23:19 +0000 |
commit | 2b569b99fc21e588b45cbc9f4e5100dba2d0ee03 (patch) | |
tree | 8a552dbe98a7ac139653374381266bfe42c4d374 /packages/tinymail/libtinymail-0.0.3 | |
parent | 3ed1fd40bb8e2115c9841ba3fb03344599a61736 (diff) |
libtinymail: add 0.0.3, stage files, use include
Diffstat (limited to 'packages/tinymail/libtinymail-0.0.3')
-rw-r--r-- | packages/tinymail/libtinymail-0.0.3/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/tinymail/libtinymail-0.0.3/no-iconv-detect.patch | 18 |
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" |