chiark / gitweb /
less: Bump revision after enabling pcre
[termux-packages] / packages / apt / apt-pkg-contrib-strutl.cc.patch
1 diff -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  }
7                                                                         /*}}}*/
8 +#ifndef __ANDROID__
9  // UTF8ToCodeset - Convert some UTF-8 string for some codeset          /*{{{*/
10  // ---------------------------------------------------------------------
11  /* This is handy to use before display some information for enduser  */
12 @@ -169,6 +170,7 @@
13  
14    return true;
15  }
16 +#endif
17                                                                         /*}}}*/
18  // strstrip - Remove white space from the front and back of a string   /*{{{*/
19  // ---------------------------------------------------------------------