mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:27:35 +00:00
Ports: Add a cmake port
Yes, you build this *inside* serenity.
This commit is contained in:
parent
bb777459a0
commit
80d6f46d4e
32 changed files with 9490 additions and 0 deletions
10
Ports/cmake/patches/0014-cmcurl-include-unistd.patch
Normal file
10
Ports/cmake/patches/0014-cmcurl-include-unistd.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- a/Utilities/cmcurl/include/curl/multi.h 2021-02-12 21:03:08.726002327 +0330
|
||||
+++ b/Utilities/cmcurl/include/curl/multi.h 2021-02-12 21:03:12.015764990 +0330
|
||||
@@ -47,6 +47,7 @@
|
||||
* but with this warning attached.
|
||||
*/
|
||||
#include "curl.h"
|
||||
+#include <unistd.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
Loading…
Add table
Add a link
Reference in a new issue