mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:17:35 +00:00
Ports: Add ed port (#1159)
This commit is contained in:
parent
d0c230855d
commit
c904095333
4 changed files with 44 additions and 0 deletions
11
Ports/ed/patches/fix-regex.patch
Normal file
11
Ports/ed/patches/fix-regex.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- ed-1.15/regex.c.orig Sat Feb 1 14:17:22 2020
|
||||
+++ ed-1.15/regex.c Sat Feb 1 14:17:34 2020
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
#include <stddef.h>
|
||||
#include <errno.h>
|
||||
-#include <regex.h>
|
||||
+#include <pcre2posix.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
Loading…
Add table
Add a link
Reference in a new issue