chiark / gitweb /
less: Bump revision after enabling pcre
[termux-packages] / packages / libarchive / archive_entry.h.patch
1 diff -u -r ../libarchive-3.2.0/libarchive/archive_entry.h ./libarchive/archive_entry.h
2 --- ../libarchive-3.2.0/libarchive/archive_entry.h      2016-04-30 00:44:07.000000000 -0400
3 +++ ./libarchive/archive_entry.h        2016-05-02 19:58:22.878678982 -0400
4 @@ -75,11 +75,6 @@
5  # define       __LA_MODE_T     mode_t
6  #endif
7  
8 -/* Large file support for Android */
9 -#ifdef __ANDROID__
10 -#include "android_lf.h"
11 -#endif
12 -
13  /*
14   * On Windows, define LIBARCHIVE_STATIC if you're building or using a
15   * .lib.  The default here assumes you're building a DLL.  Only