From 280d9db9f9470686aae5ce1fa4cfa57b26e9beb2 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 17 Aug 2023 03:31:10 +0100 Subject: gentoo auto-resync : 17:08:2023 - 03:31:10 --- net-misc/wget2/files/wget2-2.0.1-stdint.patch | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 net-misc/wget2/files/wget2-2.0.1-stdint.patch (limited to 'net-misc/wget2/files') diff --git a/net-misc/wget2/files/wget2-2.0.1-stdint.patch b/net-misc/wget2/files/wget2-2.0.1-stdint.patch new file mode 100644 index 000000000000..984cf52c1fc0 --- /dev/null +++ b/net-misc/wget2/files/wget2-2.0.1-stdint.patch @@ -0,0 +1,24 @@ +From 96fda91da2df356a7e0897187822e27125a3e40b Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Tim=20R=C3=BChsen?= +Date: Mon, 22 May 2023 19:56:35 +0200 +Subject: * libwget/decompressor.c: Explicitly include stdint.h before lzlib.h + +--- + libwget/decompressor.c | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/libwget/decompressor.c b/libwget/decompressor.c +index 53ed884..69ce5dd 100644 +--- a/libwget/decompressor.c ++++ b/libwget/decompressor.c +@@ -60,6 +60,7 @@ + #endif + + #ifdef WITH_LZIP ++#include + #include + #endif + +-- +cgit v1.1 + -- cgit v1.2.3