diff options
author | Kenneth Myhra <kennethmyhra@gmail.com> | 2022-12-21 10:12:16 +0100 |
---|---|---|
committer | Sam Atkins <atkinssj@gmail.com> | 2022-12-22 15:59:00 +0000 |
commit | fe478be91b09a64805671ceb6ff6b4cd7e54812c (patch) | |
tree | 04a492220191dda6e219c7dcbe4586fb9e4bcaf5 /Ports/curl/patches/0001-Teach-curl.h-about-serenity-s-sys-select.h-include.patch | |
parent | 29733e65f848826f2721d932841e7e86fd0581f0 (diff) | |
download | serenity-fe478be91b09a64805671ceb6ff6b4cd7e54812c.zip |
Ports: Update curl to 7.87.0
This also removes the tiny patch we had since it's been upstreamed.
Diffstat (limited to 'Ports/curl/patches/0001-Teach-curl.h-about-serenity-s-sys-select.h-include.patch')
-rw-r--r-- | Ports/curl/patches/0001-Teach-curl.h-about-serenity-s-sys-select.h-include.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/Ports/curl/patches/0001-Teach-curl.h-about-serenity-s-sys-select.h-include.patch b/Ports/curl/patches/0001-Teach-curl.h-about-serenity-s-sys-select.h-include.patch deleted file mode 100644 index 19ab1845cd..0000000000 --- a/Ports/curl/patches/0001-Teach-curl.h-about-serenity-s-sys-select.h-include.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Luke Wilde <lukew@serenityos.org> -Date: Sun, 13 Mar 2022 16:50:19 +0000 -Subject: [PATCH] Teach curl.h about serenity's <sys/select.h> include - -Co-Authored-By: Andreas Kling <kling@serenityos.org> ---- - include/curl/curl.h | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/include/curl/curl.h b/include/curl/curl.h -index 3a2c2ea..2b7c86b 100644 ---- a/include/curl/curl.h -+++ b/include/curl/curl.h -@@ -71,7 +71,7 @@ - #if defined(_AIX) || defined(__NOVELL_LIBC__) || defined(__NetBSD__) || \ - defined(__minix) || defined(__SYMBIAN32__) || defined(__INTEGRITY) || \ - defined(ANDROID) || defined(__ANDROID__) || defined(__OpenBSD__) || \ -- defined(__CYGWIN__) || defined(AMIGA) || defined(__NuttX__) || \ -+ defined(__CYGWIN__) || defined(AMIGA) || defined(__NuttX__) || defined(__serenity__) || \ - (defined(__FreeBSD_version) && (__FreeBSD_version < 800000)) || \ - (defined(__MidnightBSD_version) && (__MidnightBSD_version < 100000)) - #include <sys/select.h> |