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

Ports: Format patches without numbering, commit hash or version number

This commit is contained in:
Tim Schumacher 2022-06-05 03:05:04 +02:00 committed by Linus Groh
parent d69a79b03b
commit d426c5a4b2
371 changed files with 806 additions and 1884 deletions

View file

@ -1,7 +1,7 @@
From 706b58fb624701b102d18bc60f3d21b9c812c359 Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: John Brehm <cooljohnny3@gmail.com>
Date: Mon, 16 May 2022 22:58:31 +0430
Subject: [PATCH 1/3] Link with -ldl -liconv on serenity
Subject: [PATCH] Link with -ldl -liconv on serenity
---
7zip/CMAKE/7za/CMakeLists.txt | 4 ++++
@ -22,6 +22,3 @@ index 7fc1102..9a3511d 100644
IF(APPLE)
TARGET_LINK_LIBRARIES(7za ${COREFOUNDATION_LIBRARY} ${CMAKE_THREAD_LIBS_INIT})
--
2.36.1

View file

@ -1,7 +1,7 @@
From faeff47d7dce98869667575f1765fcacbce9da2b Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: John Brehm <cooljohnny3@gmail.com>
Date: Mon, 16 May 2022 22:58:31 +0430
Subject: [PATCH 2/3] Disable wctype related stuff
Subject: [PATCH] Disable wctype related stuff
---
myWindows/config.h | 2 +-
@ -20,6 +20,3 @@ index 497d197..fa402c6 100644
#if !defined(ENV_BEOS) && !defined(ANDROID_NDK)
--
2.36.1

View file

@ -1,7 +1,7 @@
From f62c28eb06da77e271e7ad2f2cf7fd09d112f0f1 Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: John Brehm <cooljohnny3@gmail.com>
Date: Mon, 16 May 2022 22:58:31 +0430
Subject: [PATCH 3/3] Add a missing strings.h include
Subject: [PATCH] Add a missing strings.h include
---
7zip/Archive/Zip/ZipItem.cpp | 1 +
@ -19,6 +19,3 @@ index 353e895..ad0a3da 100644
namespace NArchive {
namespace NZip {
--
2.36.1