libgmime: fix iconv-detect.h
This commit is contained in:
parent
196371a922
commit
0110bec4e0
@ -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 ./
|
||||
}
|
||||
|
6
packages/libgmime/iconv-detect.h
Normal file
6
packages/libgmime/iconv-detect.h
Normal 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"
|
@ -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"
|
Loading…
Reference in New Issue
Block a user