summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2021-01-02 19:48:23 +0100
committerFabian Groffen <grobian@gentoo.org>2021-01-02 19:48:23 +0100
commit9bf03680ff02e09c1cef7dd05f9634d459a3957f (patch)
tree4f6f621db2e7a66d1a7e26af0de0de1607527950 /net-misc/wget/files
parentmedia-gfx/inkscape: sync sandbox issue fix with -9999 (diff)
downloadgentoo-9bf03680ff02e09c1cef7dd05f9634d459a3957f.tar.gz
gentoo-9bf03680ff02e09c1cef7dd05f9634d459a3957f.tar.bz2
gentoo-9bf03680ff02e09c1cef7dd05f9634d459a3957f.zip
net-misc/wget-1.21-r1: revbump, gnulib fix for Darwin, Solaris
Closes: https://bugs.gentoo.org/763123 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'net-misc/wget/files')
-rw-r--r--net-misc/wget/files/wget-1.21-gnulib-utime-errno.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/net-misc/wget/files/wget-1.21-gnulib-utime-errno.patch b/net-misc/wget/files/wget-1.21-gnulib-utime-errno.patch
new file mode 100644
index 000000000000..546028c83df0
--- /dev/null
+++ b/net-misc/wget/files/wget-1.21-gnulib-utime-errno.patch
@@ -0,0 +1,30 @@
+From 6a76832db224ac5671599ce332717f985a2addc7 Mon Sep 17 00:00:00 2001
+From: Bruno Haible <bruno@clisp.org>
+Date: Thu, 31 Dec 2020 17:16:57 +0100
+Subject: utime: Fix compilation error on macOS and Solaris 9 (regr.
+ 2020-12-24).
+
+Reported by Tom G. Christensen <tgc@jupiterrise.com> in
+<https://lists.gnu.org/archive/html/bug-gnulib/2020-12/msg00295.html>.
+
+* lib/utime.c: Include <errno.h>.
+---
+ ChangeLog | 7 +++++++
+ lib/utime.c | 1 +
+ 2 files changed, 8 insertions(+)
+
+diff --git a/lib/utime.c b/lib/utime.c
+index bf7d7c534..337217950 100644
+--- a/lib/utime.c
++++ b/lib/utime.c
+@@ -261,6 +261,7 @@ utime (const char *name, const struct utimbuf *ts)
+
+ #else
+
++# include <errno.h>
+ # include <sys/stat.h>
+ # include "filename.h"
+
+--
+cgit v1.2.1
+