1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 06:07:34 +00:00

Ports: Update libicu's patches to use git patches

This commit is contained in:
Ali Mohammad Pur 2022-05-16 19:21:44 +04:30 committed by Ali Mohammad Pur
parent 0293439d28
commit 4007f69976
3 changed files with 55 additions and 15 deletions

View file

@ -0,0 +1,25 @@
From 8ab9c30e87cc95f6ad201eaa396c0ea2c62f9a41 Mon Sep 17 00:00:00 2001
From: Gunnar Beutner <gbeutner@serenityos.org>
Date: Mon, 16 May 2022 18:03:31 +0430
Subject: [PATCH 1/2] Set host to serenity in configure
---
configure | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configure b/configure
index a2ff7e4..8283dc9 100755
--- a/configure
+++ b/configure
@@ -5274,6 +5274,8 @@ x86_64-*-cygwin)
else
icu_cv_host_frag=mh-cygwin-msvc
fi ;;
+*-serenity*)
+ icu_cv_host_frag=mh-serenity ;;
*-*-mingw*)
if test "$GCC" = yes; then
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
--
2.36.1