serenity/Ports/groff/patches
Liav A c2d9d0277f Ports: Add groff
This port is exceptionally useful in the ports ecosystem, as it will
allow us to read ROFF manual pages within the system.
2023-08-12 20:24:18 +02:00
..
0001-Include-config.h-in-math.h.patch Ports: Add groff 2023-08-12 20:24:18 +02:00
0002-Don-t-redeclare-signbit-function.patch Ports: Add groff 2023-08-12 20:24:18 +02:00
ReadMe.md Ports: Add groff 2023-08-12 20:24:18 +02:00

Patches for groff on SerenityOS

0001-Include-config.h-in-math.h.patch

Include config.h in math.h

Otherwise the build will fail due to #define(s) not being included.

0002-Don-t-redeclare-signbit-function.patch

Don't redeclare signbit function

We have it already implemented so simply use what we have.