mirror of
https://github.com/RGBCube/serenity
synced 2025-07-12 14:57:34 +00:00

All of these patches did the same thing, which is already in upstream config.sub. With this change, we need only add `use_fresh_config_sub=true` to the package.sh file. Note that this is not done automatically in case the port has a modified config.sub file.
12 lines
430 B
Diff
12 lines
430 B
Diff
--- ruby-3.0.2/configure 2021-09-16 14:10:42.314091669 -0700
|
|
+++ ruby-3.0.2/configure 2021-09-18 19:14:21.633876942 -0700
|
|
@@ -28610,7 +28610,7 @@
|
|
*) :
|
|
;;
|
|
esac ;; #(
|
|
- linux* | gnu* | k*bsd*-gnu | netbsd* | bsdi* | kopensolaris*-gnu | haiku*) :
|
|
+ linux* | gnu* | k*bsd*-gnu | netbsd* | bsdi* | kopensolaris*-gnu | serenity* | haiku*) :
|
|
|
|
: ${LDSHARED='$(CC) -shared'}
|
|
if test "$rb_cv_binary_elf" = yes; then :
|
|
|