mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 10:27:35 +00:00
Ports: Update curl to 7.87.0
This also removes the tiny patch we had since it's been upstreamed.
This commit is contained in:
parent
29733e65f8
commit
fe478be91b
4 changed files with 3 additions and 33 deletions
|
@ -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>
|
|
@ -1,7 +0,0 @@
|
|||
# Patches for curl on SerenityOS
|
||||
|
||||
## `0001-Teach-curl.h-about-serenity-s-sys-select.h-include.patch`
|
||||
|
||||
Teach curl.h about serenity's <sys/select.h> include
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue