summaryrefslogtreecommitdiff
path: root/Ports/mandoc/patches/fix-mansearch.patch
blob: 8798178978044e95cfd964907c7f32bcb426879c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>