mirror of
https://github.com/RGBCube/serenity
synced 2025-07-30 06:17:35 +00:00
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.
This commit is contained in:
parent
d905498fb6
commit
c2d9d0277f
5 changed files with 76 additions and 0 deletions
14
Ports/groff/patches/ReadMe.md
Normal file
14
Ports/groff/patches/ReadMe.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
# 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.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue