diff options
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. + |