1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 12:47:45 +00:00

Ports: Update ruby's patches to use git patches

This commit is contained in:
Ali Mohammad Pur 2022-05-16 23:17:30 +04:30 committed by Ali Mohammad Pur
parent 8e95236efb
commit 57bbe11933
9 changed files with 188 additions and 118 deletions

View file

@ -0,0 +1,26 @@
From 9714ad7325f578cb41f8f90496d64888eda8a268 Mon Sep 17 00:00:00 2001
From: Ali Mohammad Pur <mpfard@serenityos.org>
Date: Sat, 8 Jan 2022 17:02:29 +0330
Subject: [PATCH 1/4] Teach configure about serenity
Co-Authored-By: Eric Seifert <seiferteric@gmail.com>
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index a0d9a6c..44ebf54 100755
--- a/configure
+++ b/configure
@@ -28610,7 +28610,7 @@ fi
*) :
;;
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 :
--
2.36.1