utf8proc: Update from 2.1.0 to 2.1.1
[termux-packages] / packages / apt / apt-pkg-contrib-strutl.cc.patch
CommitLineData
dc111072
FF
1diff -u -r ../apt-1.4.7/apt-pkg/contrib/strutl.cc ./apt-pkg/contrib/strutl.cc
2--- ../apt-1.4.7/apt-pkg/contrib/strutl.cc 2017-07-13 23:45:39.000000000 +0200
3+++ ./apt-pkg/contrib/strutl.cc 2017-07-23 22:58:23.103247428 +0200
4@@ -100,6 +100,7 @@
5 }
6 }
59f0d218 7 /*}}}*/
dc111072 8+#ifndef __ANDROID__
59f0d218
FF
9 // UTF8ToCodeset - Convert some UTF-8 string for some codeset /*{{{*/
10 // ---------------------------------------------------------------------
11 /* This is handy to use before display some information for enduser */
dc111072 12@@ -169,6 +170,7 @@
59f0d218
FF
13
14 return true;
15 }
16+#endif
17 /*}}}*/
18 // strstrip - Remove white space from the front and back of a string /*{{{*/
19 // ---------------------------------------------------------------------