mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 18:19:03 +00:00
Ports: Add Ruby 3.0.2
This commit is contained in:
parent
32932f83be
commit
01a06dde0e
Notes:
sideshowbarker
2024-07-18 03:30:24 +09:00
Author: https://github.com/seiferteric
Commit: 01a06dde0e
Pull-request: https://github.com/SerenityOS/serenity/pull/10173
Reviewed-by: https://github.com/IdanHo
Reviewed-by: https://github.com/linusg
9 changed files with 286 additions and 0 deletions
18
Ports/ruby/patches/locale.patch
Normal file
18
Ports/ruby/patches/locale.patch
Normal file
|
@ -0,0 +1,18 @@
|
|||
--- ruby-3.0.2/ext/nkf/nkf-utf8/nkf.h 2021-07-07 03:08:35.000000000 -0700
|
||||
+++ ruby-3.0.2/ext/nkf/nkf-utf8/nkf.h 2021-09-16 11:43:53.021002630 -0700
|
||||
@@ -152,14 +152,6 @@
|
||||
# ifndef HAVE_LOCALE_H
|
||||
# define HAVE_LOCALE_H
|
||||
# endif
|
||||
-#elif defined(__BIONIC__) /* bionic doesn't have locale */
|
||||
-#else
|
||||
-# ifndef HAVE_LANGINFO_H
|
||||
-# define HAVE_LANGINFO_H
|
||||
-# endif
|
||||
-# ifndef HAVE_LOCALE_H
|
||||
-# define HAVE_LOCALE_H
|
||||
-# endif
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LANGINFO_H
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue