diff options
author | Brian Callahan <bcallah@openbsd.org> | 2020-01-25 21:20:39 -0500 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-01-26 09:10:37 +0100 |
commit | 78ddf2e0489d2944f5bbb05c9c924bb97fed9b34 (patch) | |
tree | 1c6041c9a52c8030fbccd5d32cdc0eb60c8ee3d0 /Ports/mandoc/patches/fix-dba-read.patch | |
parent | 77ed9432758fe11cb187816264b444f6318df270 (diff) | |
download | serenity-78ddf2e0489d2944f5bbb05c9c924bb97fed9b34.zip |
Ports: Add mandoc port
Diffstat (limited to 'Ports/mandoc/patches/fix-dba-read.patch')
-rw-r--r-- | Ports/mandoc/patches/fix-dba-read.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Ports/mandoc/patches/fix-dba-read.patch b/Ports/mandoc/patches/fix-dba-read.patch new file mode 100644 index 0000000000..fa28b28546 --- /dev/null +++ b/Ports/mandoc/patches/fix-dba-read.patch @@ -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> |