cca8c8cf79
- from nss_macosx.patch drop nmedit hunk (removed upstream) - adapt include and lib paths to changed tarball directory layout Change-Id: Ia5dcce8dfd9d10e7e4ba689eefa9f39a51596dfe Reviewed-on: https://gerrit.libreoffice.org/6670 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
12 lines
342 B
Diff
12 lines
342 B
Diff
--- 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,9 @@
|
|
# include <limits.h>
|
|
#endif
|
|
#include <fcntl.h>
|
|
+#ifndef _WIN32
|
|
+#include <unistd.h>
|
|
+#endif
|
|
|
|
#ifdef NO_DEFLATE /* for compatibility with old definition */
|
|
# define NO_GZCOMPRESS
|