mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 04:27:45 +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-mandocdb.patch
Normal file
10
Ports/mandoc/patches/fix-mandocdb.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- mandoc-1.14.5/mandocdb.c.orig Sat Jan 25 20:18:09 2020
|
||||
+++ mandoc-1.14.5/mandocdb.c Sat Jan 25 20:18:22 2020
|
||||
@@ -45,6 +45,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
+#include <getopt.h>
|
||||
|
||||
#include "mandoc_aux.h"
|
||||
#include "mandoc_ohash.h"
|
Loading…
Add table
Add a link
Reference in a new issue