ladybird/Ports/joe/patches
2022-05-19 20:17:10 +04:30
..
0001-Define-__USE_MISC-in-checkwidths.c.patch Ports: Update joe's patches to use git patches 2022-05-19 20:17:10 +04:30
0002-Remove-the-sys-prefix-for-the-fcntl-include.patch Ports: Update joe's patches to use git patches 2022-05-19 20:17:10 +04:30
0003-Teach-config.sub-about-serenity.patch Ports: Update joe's patches to use git patches 2022-05-19 20:17:10 +04:30
0004-Undefine-TERMINFO-in-termcap.c.patch Ports: Update joe's patches to use git patches 2022-05-19 20:17:10 +04:30
ReadMe.md Ports: Update joe's patches to use git patches 2022-05-19 20:17:10 +04:30

Patches for joe on SerenityOS

0001-Define-__USE_MISC-in-checkwidths.c.patch

Define __USE_MISC in checkwidths.c

Define __USE_MISC manually in checkwidths.c for ECHOCTL and ECHOKE, see Kernel/API/POSIX/termios.h.

0002-Remove-the-sys-prefix-for-the-fcntl-include.patch

Remove the sys/ prefix for the fcntl include

Serenity does not have the header fcntl.h in /usr/include/sys.

0003-Teach-config.sub-about-serenity.patch

Teach config.sub about serenity

0004-Undefine-TERMINFO-in-termcap.c.patch

Undefine TERMINFO in termcap.c

Leaving it defined will lead to a crash.