mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:57:35 +00:00
Ports: Add flex and pcre2 ports
This commit is contained in:
parent
ca413a5b50
commit
b8b2b30102
11 changed files with 134 additions and 0 deletions
11
Ports/flex/patches/fix-flexdef.patch
Normal file
11
Ports/flex/patches/fix-flexdef.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- flex-2.6.4/src/flexdef.h.orig Thu Jan 23 22:38:30 2020
|
||||
+++ flex-2.6.4/src/flexdef.h Thu Jan 23 22:38:45 2020
|
||||
@@ -72,7 +72,7 @@
|
||||
#include <stdbool.h>
|
||||
#include <stdarg.h>
|
||||
/* Required: regcomp(), regexec() and regerror() in <regex.h> */
|
||||
-#include <regex.h>
|
||||
+#include <pcre2posix.h>
|
||||
/* Required: strcasecmp() in <strings.h> */
|
||||
#include <strings.h>
|
||||
#include "flexint.h"
|
Loading…
Add table
Add a link
Reference in a new issue