mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 10:17: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
12
Ports/cmake/patches/0026-curl-struct-stat.patch
Normal file
12
Ports/cmake/patches/0026-curl-struct-stat.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
diff --git a/Utilities/cmcurl/lib/curl_setup.h b/Utilities/cmcurl/lib/curl_setup.h
|
||||
index 45a093f..e621db3 100644
|
||||
--- a/Utilities/cmcurl/lib/curl_setup.h
|
||||
+++ b/Utilities/cmcurl/lib/curl_setup.h
|
||||
@@ -380,6 +380,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef struct_stat
|
||||
+# include <sys/stat.h>
|
||||
# define struct_stat struct stat
|
||||
#endif
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue