mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 05:47:34 +00:00
Ports: Add mandoc port
This commit is contained in:
parent
77ed943275
commit
78ddf2e048
15 changed files with 1574 additions and 0 deletions
14
Ports/mandoc/patches/fix-mansearch.patch
Normal file
14
Ports/mandoc/patches/fix-mansearch.patch
Normal file
|
@ -0,0 +1,14 @@
|
|||
--- mandoc-1.14.5/mansearch.c.orig Sat Jan 25 20:17:03 2020
|
||||
+++ mandoc-1.14.5/mansearch.c Sat Jan 25 20:17:11 2020
|
||||
@@ -26,9 +26,9 @@
|
||||
#endif
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
-#include <glob.h>
|
||||
+#include "glob.h"
|
||||
#include <limits.h>
|
||||
-#include <regex.h>
|
||||
+#include <pcre2posix.h>
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
Loading…
Add table
Add a link
Reference in a new issue