mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:27:35 +00:00
Ports: Add mandoc port
This commit is contained in:
parent
77ed943275
commit
78ddf2e048
15 changed files with 1574 additions and 0 deletions
10
Ports/mandoc/patches/fix-demandoc.patch
Normal file
10
Ports/mandoc/patches/fix-demandoc.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- mandoc-1.14.5/demandoc.c.orig Mon Jan 20 00:18:29 2020
|
||||
+++ mandoc-1.14.5/demandoc.c Mon Jan 20 00:18:39 2020
|
||||
@@ -30,6 +30,7 @@
|
||||
#include "man.h"
|
||||
#include "mdoc.h"
|
||||
#include "mandoc_parse.h"
|
||||
+#include "getopt.h"
|
||||
|
||||
static void pline(int, int *, int *, int);
|
||||
static void pman(const struct roff_node *, int *, int *, int);
|
Loading…
Add table
Add a link
Reference in a new issue