diff options
| author | MichaĆ Janiszewski <janisozaur@users.noreply.github.com> | 2018-03-09 10:41:40 +0100 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-03-09 01:41:40 -0800 |
| commit | d5ca6630393cd6fa2bd929672b1afd3a9bdd2728 (patch) | |
| tree | 609eb35a0ca88207e5335e995b87c5056f36bd14 /ports/libzip/fix-attribute.patch | |
| parent | 965e99cf268b32cc32e0599d99e6c9a1991e95f4 (diff) | |
| download | vcpkg-d5ca6630393cd6fa2bd929672b1afd3a9bdd2728.tar.gz vcpkg-d5ca6630393cd6fa2bd929672b1afd3a9bdd2728.zip | |
[libzip] Update with latest patches (#2990)
Diffstat (limited to 'ports/libzip/fix-attribute.patch')
| -rw-r--r-- | ports/libzip/fix-attribute.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ports/libzip/fix-attribute.patch b/ports/libzip/fix-attribute.patch deleted file mode 100644 index 0669d75d6..000000000 --- a/ports/libzip/fix-attribute.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/lib/zip_algorithm_bzip2.c b/lib/zip_algorithm_bzip2.c -index 1748fd4..fd74503 100644 ---- a/lib/zip_algorithm_bzip2.c -+++ b/lib/zip_algorithm_bzip2.c -@@ -270,6 +270,6 @@ zip_compression_algorithm_t zip_algorithm_bzip2_decompress = { - - #else - --static int dummy __attribute__((used)); -+static int dummy; - - #endif /* HAVE_LIBBZ2 */ |
