aboutsummaryrefslogtreecommitdiff
path: root/ports/libzip/fix-attribute.patch
diff options
context:
space:
mode:
authorMichaƂ Janiszewski <janisozaur@users.noreply.github.com>2018-03-09 10:41:40 +0100
committerRobert Schumacher <roschuma@microsoft.com>2018-03-09 01:41:40 -0800
commitd5ca6630393cd6fa2bd929672b1afd3a9bdd2728 (patch)
tree609eb35a0ca88207e5335e995b87c5056f36bd14 /ports/libzip/fix-attribute.patch
parent965e99cf268b32cc32e0599d99e6c9a1991e95f4 (diff)
downloadvcpkg-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.patch12
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 */