diff options
| author | Tobias Kohlbau <tobias@kohlbau.de> | 2018-01-23 17:23:45 +0100 |
|---|---|---|
| committer | Tobias Kohlbau <tobias@kohlbau.de> | 2018-01-25 17:47:11 +0100 |
| commit | f04a4aee91babba8f9924f859bfd959fe34c2445 (patch) | |
| tree | 599d8d02a9edd9a30cb4a14b15b07d482e093a4f /ports/libzip/fix-attribute.patch | |
| parent | 91f447631da356ca9e8f1eca92f5f59a57e3b5fb (diff) | |
| download | vcpkg-f04a4aee91babba8f9924f859bfd959fe34c2445.tar.gz vcpkg-f04a4aee91babba8f9924f859bfd959fe34c2445.zip | |
[libzip] bump to 1.4.0
Signed-off-by: Tobias Kohlbau <tobias@kohlbau.de>
Diffstat (limited to 'ports/libzip/fix-attribute.patch')
| -rw-r--r-- | ports/libzip/fix-attribute.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ports/libzip/fix-attribute.patch b/ports/libzip/fix-attribute.patch new file mode 100644 index 000000000..0669d75d6 --- /dev/null +++ b/ports/libzip/fix-attribute.patch @@ -0,0 +1,12 @@ +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 */ |
