1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 23:07:35 +00:00

Ports: Update ed's patches to use git patches

This commit is contained in:
Ali Mohammad Pur 2022-05-17 21:09:44 +04:30 committed by Ali Mohammad Pur
parent 25dc066af6
commit f5a4d529c2
9 changed files with 133 additions and 51 deletions

View file

@ -0,0 +1,24 @@
# Patches for ed on SerenityOS
## `0001-Make-CC-and-friends-overridable-from-the-env.patch`
Make CC and friends overridable from the env
## `0002-Use-stdbool-instead-of-rolling-a-manual-Bool.patch`
Use stdbool instead of rolling a manual Bool
## `0003-Manually-link-with-pcre2.patch`
Manually link with pcre2
## `0004-Use-pcre2-for-regex-instead-of-libc-s-regex.h.patch`
Use pcre2 for regex instead of libc's regex.h