From 940b4d1848e8c70ab7642901a68594e8016caffc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 18:51:28 +0200 Subject: Adding upstream version 1:7.0.4. Signed-off-by: Daniel Baumann --- external/nss/nss-3.13.5-zlib-werror.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 external/nss/nss-3.13.5-zlib-werror.patch (limited to 'external/nss/nss-3.13.5-zlib-werror.patch') diff --git a/external/nss/nss-3.13.5-zlib-werror.patch b/external/nss/nss-3.13.5-zlib-werror.patch new file mode 100644 index 000000000..0cdbf7808 --- /dev/null +++ b/external/nss/nss-3.13.5-zlib-werror.patch @@ -0,0 +1,13 @@ +--- a/a/nss/lib/zlib/gzguts.h 2010-08-22 03:07:03.000000000 +0200 ++++ b/b/nss/lib/zlib/gzguts.h 2012-07-17 08:52:14.821552788 +0200 +@@ -26,6 +26,10 @@ + # define write _write + # define close _close + #endif ++ ++#ifndef _WIN32 ++#include ++#endif + + #ifdef NO_DEFLATE /* for compatibility with old definition */ + # define NO_GZCOMPRESS -- cgit v1.2.3