libgmime: fix iconv-detect.h

This commit is contained in:
Leonid Pliushch 2020-03-21 23:33:14 +02:00
parent 196371a922
commit 0110bec4e0
3 changed files with 10 additions and 9 deletions

View File

@ -15,3 +15,7 @@ ac_cv_have_iconv_detect_h=yes
--disable-glibtest
--disable-crypto
"
termux_step_pre_configure() {
cp "$TERMUX_PKG_BUILDER_DIR"/iconv-detect.h ./
}

View File

@ -0,0 +1,6 @@
/* This is an auto-generated header, DO NOT EDIT! */
#define ICONV_ISO_INT_FORMAT "iso-%u-%u"
#define ICONV_ISO_STR_FORMAT "iso-%u-%s"
#define ICONV_SHIFT_JIS "shift-jis"
#define ICONV_10646 "UCS-4BE"

View File

@ -1,9 +0,0 @@
diff -N -a -u -r ../gmime-2.6.23/iconv-detect.h ./iconv-detect.h
--- ../gmime-2.6.23/iconv-detect.h 1970-01-01 01:00:00.000000000 +0100
+++ ./iconv-detect.h 2017-04-06 18:24:52.423896227 +0200
@@ -0,0 +1,5 @@
+/* This is an auto-generated header, DO NOT EDIT! */
+
+#define ICONV_ISO_INT_FORMAT "iso-%u-%u"
+#define ICONV_ISO_STR_FORMAT "iso-%u-%s"
+#define ICONV_10646 "UCS-4BE"