1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:27:34 +00:00

Ports: Add mandoc port

This commit is contained in:
Brian Callahan 2020-01-25 21:20:39 -05:00 committed by Andreas Kling
parent 77ed943275
commit 78ddf2e048
15 changed files with 1574 additions and 0 deletions

View file

@ -0,0 +1,11 @@
--- mandoc-1.14.5/dbm.c.orig Sat Jan 25 20:09:04 2020
+++ mandoc-1.14.5/dbm.c Sat Jan 25 20:09:16 2020
@@ -31,7 +31,7 @@
#include <err.h>
#endif
#include <errno.h>
-#include <regex.h>
+#include <pcre2posix.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>