mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 18:50:50 +00:00
Ports: Add port for mruby
This commit is contained in:
parent
16ad297078
commit
0f3f814945
Notes:
sideshowbarker
2024-07-18 05:19:04 +09:00
Author: https://github.com/dantecatalfamo 🔰
Commit: 0f3f814945
Pull-request: https://github.com/SerenityOS/serenity/pull/9525
Reviewed-by: https://github.com/kennethmyhra ✅
4 changed files with 55 additions and 0 deletions
10
Ports/mruby/patches/include-sys-select-h.patch
Normal file
10
Ports/mruby/patches/include-sys-select-h.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- mruby-3.0.0/mrbgems/mruby-io/src/io.c 2021-08-20 00:27:04.837317416 -0400
|
||||
+++ mruby-3.0.0.serenity/mrbgems/mruby-io/src/io.c 2021-08-20 00:28:51.960390750 -0400
|
||||
@@ -49,6 +49,7 @@
|
||||
#include <sys/wait.h>
|
||||
#include <sys/time.h>
|
||||
#include <unistd.h>
|
||||
+ #include <sys/select.h>
|
||||
typedef size_t fsize_t;
|
||||
typedef time_t ftime_t;
|
||||
typedef suseconds_t fsuseconds_t;
|
Loading…
Add table
Add a link
Reference in a new issue