mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:07:46 +00:00
Ports: Add mandoc port
This commit is contained in:
parent
77ed943275
commit
78ddf2e048
15 changed files with 1574 additions and 0 deletions
11
Ports/mandoc/patches/fix-dba-read.patch
Normal file
11
Ports/mandoc/patches/fix-dba-read.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- mandoc-1.14.5/dba_read.c.orig Sat Jan 25 20:11:14 2020
|
||||
+++ mandoc-1.14.5/dba_read.c Sat Jan 25 20:11:22 2020
|
||||
@@ -19,7 +19,7 @@
|
||||
* The interface is defined in "dba.h".
|
||||
* This file is seperate from dba.c because this also uses "dbm.h".
|
||||
*/
|
||||
-#include <regex.h>
|
||||
+#include <pcre2posix.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
Loading…
Add table
Add a link
Reference in a new issue