diff options
author | Ali Mohammad Pur <ali.mpfard@gmail.com> | 2022-05-16 19:21:35 +0430 |
---|---|---|
committer | Ali Mohammad Pur <Ali.mpfard@gmail.com> | 2022-05-19 20:17:10 +0430 |
commit | 4fa66c91d5dce98fd9692d11735a33a7ade695d6 (patch) | |
tree | 616a1d672d2f869dc918b0759aba0f2b02670d4c /Ports/flex/patches/ReadMe.md | |
parent | 17ef3530cd0e39b75820de4ddadb533af6c38d88 (diff) | |
download | serenity-4fa66c91d5dce98fd9692d11735a33a7ade695d6.zip |
Ports: Update flex's patches to use git patches
Diffstat (limited to 'Ports/flex/patches/ReadMe.md')
-rw-r--r-- | Ports/flex/patches/ReadMe.md | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/Ports/flex/patches/ReadMe.md b/Ports/flex/patches/ReadMe.md new file mode 100644 index 0000000000..1f7771164d --- /dev/null +++ b/Ports/flex/patches/ReadMe.md @@ -0,0 +1,34 @@ +# Patches for flex on SerenityOS + +## `0001-Fix-config.h.in.patch` + +Fix config.h.in + +FIXME: This patch does not have any accompanying information. + +## `0002-Don-t-use-libc-s-regex.patch` + +Don't use libc's regex + + +## `0003-Replace-libc-s-regex-includes-with-pcre2.patch` + +Replace libc's regex includes with pcre2 + + +## `0004-Link-with-pcre2.patch` + +Link with pcre2 + + +## `0005-Hardcode-the-m4-include-path.patch` + +Hardcode the m4 include path + + +## `0006-Include-arpa-inet.h.patch` + +Include <arpa/inet.h> + +FIXME: This patch does not have any accompanying information. + |