Ports: Add mandoc port

This commit is contained in:
Brian Callahan 2020-01-25 21:20:39 -05:00 committed by Andreas Kling
commit 78ddf2e048
Notes: sideshowbarker 2024-07-19 09:49:19 +09:00
15 changed files with 1574 additions and 0 deletions

View file

@ -0,0 +1,11 @@
--- mandoc-1.14.5/dbm_map.c.orig Sat Jan 25 20:09:42 2020
+++ mandoc-1.14.5/dbm_map.c Sat Jan 25 20:09:49 2020
@@ -36,7 +36,7 @@
#endif
#include <errno.h>
#include <fcntl.h>
-#include <regex.h>
+#include <pcre2posix.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>